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 aded81c commit 0b6bfa9Copy full SHA for 0b6bfa9
.github/workflows/npm-publish.yml
@@ -25,6 +25,7 @@ jobs:
25
node-version: 12
26
registry-url: https://registry.npmjs.org/
27
- run: npm ci
28
+ - run: npx gulp
29
- run: npm publish
30
env:
31
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments