Skip to content

Commit

Permalink
Generate AST when publishing interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-oq committed Dec 5, 2022
1 parent 6ebe6ec commit 82fea80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-interpreter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
always-auth: true
registry-url: 'https://npm.pkg.github.com'
- run: npm ci
- run: npm run generate
- name: Publish interpreter
run: npx nx run interpreter:publish
env:
Expand Down

0 comments on commit 82fea80

Please sign in to comment.