Skip to content

Commit

Permalink
Added a build script
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-lischke committed Oct 20, 2024
1 parent caecc04 commit 2acebb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"typescript-eslint": "8.7.0"
},
"scripts": {
"build": "npm run generate-tool-parsers && npm run generate-test-parsers && npm run generate-unicode-data",
"run": "node --no-warnings --loader ts-node/esm src/runner.ts --version",
"lint": "eslint \"./src/**/*.ts\"",
"lint:fix": "eslint \"./src/**/*.ts\" --fix",
Expand Down

0 comments on commit 2acebb3

Please sign in to comment.