Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
build npm module before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfriesen committed Jan 3, 2024
1 parent c937143 commit 3c72b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org/'
- run: npm ci
- run: npm run build --if-present
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qpoint/testing",
"version": "0.0.2",
"version": "0.0.3",
"description": "A suite of testing utilitiess for QPoint middleware.",
"author": "Jon Friesen <[email protected]>",
"homepage": "https://github.com/qpoint-io/qpoint-testing#readme",
Expand Down

0 comments on commit 3c72b4e

Please sign in to comment.