Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyProgrammist committed Jan 4, 2024
1 parent 74e2aad commit af14261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
node-version: '14'
- run: npm install
- run: npm install -g ts-node
- run: sed -i 's/"+", "Type"/"*", "Type"/g' "node_modules/@igorivaniuk/tlb-parser/dist/ast/nodes.d.ts"
- run: sed -i 's/"+", "Type"/"#", "Type"/g' "node_modules/@igorivaniuk/tlb-parser/dist/ast/nodes.d.ts"
- run: ts-node generate_all.ts
- run: npm run test

0 comments on commit af14261

Please sign in to comment.