We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e34586 commit 7f93460Copy full SHA for 7f93460
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
with:
16
node-version: 14
17
- run: npm install
18
- - run: npm run precommit
+ - run: npm run build
19
- uses: JS-DevTools/npm-publish@v1
20
21
token: ${{ secrets.NPM_TOKEN }}
0 commit comments