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 99bbcb4 commit e625d89Copy full SHA for e625d89
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: '16'
15
registry-url: 'https://registry.npmjs.org'
16
- run: npm ci
17
- - run: tsc
+ - run: npm run build
18
- run: npm publish
19
env:
20
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments