Skip to content

Commit

Permalink
Add npm run build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Jan 16, 2024
1 parent 131673a commit 93ce069
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
node-version: '20'
- run: npm install
- run: npm install -g ts-node
- run: npm run build
- run: sed -i 's/"+", "Type"/"#", "Type"/g' "node_modules/@igorivaniuk/tlb-parser/dist/ast/nodes.d.ts"
- run: ts-node generate_tests.ts
- run: npm run test

0 comments on commit 93ce069

Please sign in to comment.