We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2667dff commit f820ff6Copy full SHA for f820ff6
1 file changed
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
cache: 'npm'
22
registry-url: 'https://registry.npmjs.org'
23
- run: npm ci
24
- - run: num run build
+ - run: npm run build
25
- run: npm publish
26
env:
27
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments