We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a9139 commit e8f3604Copy full SHA for e8f3604
.github/workflows/publish-npm.yaml
@@ -16,6 +16,7 @@ jobs:
16
node-version: "16.x"
17
registry-url: "https://registry.npmjs.org"
18
- run: npm ci
19
+ - run: npm run build
20
- run: npm publish
21
env:
22
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments