Fix various missing workflow parts

This commit is contained in:
Wilson Lin 2020-06-19 18:27:46 +10:00
commit b7c355bd57
4 changed files with 11 additions and 3 deletions

View file

@ -26,6 +26,14 @@ jobs:
toolchain: 1.39.0
profile: minimal
default: true
- name: Build generated code
working-directory: ./gen
run: |
npm install
node node_modules/ts-node/dist/bin.js attrs.ts
node node_modules/ts-node/dist/bin.js dfa.ts
node node_modules/ts-node/dist/bin.js entities.ts
node node_modules/ts-node/dist/bin.js patterns.ts
- name: Set up Node.js module
working-directory: ./nodejs
run: npm install