Update npm-publish.yml

This commit is contained in:
Jacob Nguyen
2025-02-07 00:41:08 -06:00
committed by GitHub
parent 67b092b57b
commit 04141a4596

View File

@@ -31,9 +31,9 @@ jobs:
working-directory: ./packages/${{ github.event.inputs.package }}
- run: npm install
- run: npm build --workspace @sern/${{ github.event.inputs.package }}
- run: npm run build --workspace @sern/${{ github.event.inputs.package }}
- run: npm test --workspace @sern/${{ github.event.inputs.package }}
- run: npm run test --workspace @sern/${{ github.event.inputs.package }}
- run: npm publish --workspace @sern/${{ github.event.inputs.package }}
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}