We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6573c27 commit 1d80f60Copy full SHA for 1d80f60
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: 12.13.1
18
registry-url: 'https://registry.npmjs.org'
19
- run: npm ci
20
- - run: npm run build
+ - run: npm test
21
- run: npm publish
22
env:
23
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments