We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f3b9e commit 947901bCopy full SHA for 947901b
.github/workflows/build.yml
@@ -22,6 +22,7 @@ jobs:
22
cache: 'npm'
23
- run: npm install
24
- run: npm run build
25
+ - run: npx tsc -p src
26
27
- if: ${{ contains(github.ref, 'tags/v') }}
28
run: node build/dist/main.js --release
0 commit comments