We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd7275 commit bfa694eCopy full SHA for bfa694e
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: '18.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm install
16
- - run: npx jest
+ - run: npm run test
17
- run: npm publish
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments