Skip to content

Commit e625d89

Browse files
authored
Update publish.yml
1 parent 99bbcb4 commit e625d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: '16'
1515
registry-url: 'https://registry.npmjs.org'
1616
- run: npm ci
17-
- run: tsc
17+
- run: npm run build
1818
- run: npm publish
1919
env:
2020
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)