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 3db2d8d commit 8dbf52dCopy full SHA for 8dbf52d
.github/workflows/publish-to-npm.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: "20.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