Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AjaniBilby committed Oct 2, 2024
1 parent 63440bc commit 79dafc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"bin/*"
],
"scripts": {
"build": "run-s build:*",
"build": "npx run-s build:*",
"build:syntax": "npx bnf-compile ./source/bnf/",
"build:compiler": "deno compile --output salient.exe -A ./source/cli.ts",
"test": "run-s test:*",
"test": "npx run-s test:*",
"test:deno": "deno test",
"test:reflect": "npm run sa-test ./tests",
"cli": "deno run -A ./source/cli.ts",
Expand Down

0 comments on commit 79dafc8

Please sign in to comment.