We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b7684d commit 13f1fc0Copy full SHA for 13f1fc0
1 file changed
.github/workflows/npm-publish.yml
@@ -15,6 +15,5 @@ jobs:
15
registry-url: "https://registry.npmjs.org"
16
- run: npm ci
17
- run: npm run build
18
+ - run: npm run test
19
- run: npm publish --provenance --access public
- env:
20
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments