fix: compile types when building the library (#516)

This commit is contained in:
Vojtech Simetka
2022-08-03 15:44:10 +02:00
committed by GitHub
parent d7867ff475
commit df925b013b
3 changed files with 1 additions and 5 deletions
-1
View File
@@ -15,7 +15,6 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run compile:types
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}