Skip to content

Commit

Permalink
fix: generate grammar before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
verytactical committed Dec 24, 2024
1 parent 616d1bd commit e648c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clean": "rm -fr dist",
"cleanall": "rm -fr dist node_modules",
"build": "tsc && node --no-warnings=ExperimentalWarning -r ts-node/register ./scripts/copy-files",
"test": "jest",
"test": "yarn gen:grammar && jest",
"coverage": "cross-env COVERAGE=true jest",
"release": "yarn clean && yarn build && yarn coverage && yarn release-it --npm.yarn1",
"type": "tsc --noEmit",
Expand Down

0 comments on commit e648c56

Please sign in to comment.