Skip to content

Commit f8d7ee0

Browse files
authored
Run compile before publish (#3)
1 parent 5b8e9bb commit f8d7ee0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
check-latest: true
6060
registry-url: 'https://registry.npmjs.org'
6161
- run: npm install
62+
- run: npm run compile
6263
- run: npm publish
6364
env:
6465
NODE_AUTH_TOKEN: '${{ secrets.NPM_TOKEN }}'

0 commit comments

Comments
 (0)