Skip to content

Commit

Permalink
build: sometimes it is ninja not make
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Nov 9, 2022
1 parent 93ded9e commit 3fa8db4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "An even smaller speech recognizer",
"main": "soundswallower.js",
"scripts": {
"test": "make && mocha test_node",
"tstest": "make && npx tsc && node test_typescript",
"webtest": "make && xdg-open http://localhost:8000/test_web.html && python server.py"
"test": "mocha test_node",
"tstest": "npx tsc && node test_typescript",
"webtest": "xdg-open http://localhost:8000/test_web.html && python server.py"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 3fa8db4

Please sign in to comment.