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