Skip to content

Commit

Permalink
add minified testsuite to test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed May 27, 2018
1 parent a3229f7 commit dd3100a
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 @@ -131,7 +131,7 @@
"compile-wabt": "cd ./third-party/wabt/ && make",
"compilewasm": "sh ./tools/compileWASM.sh hyphenEngine",
"test": "npm run lint && mocha && npm run testsuite",
"testsuite": "open http://127.0.0.1/~mnater/Hyphenopoly/testsuite/",
"testsuite": "open http://127.0.0.1/~mnater/Hyphenopoly/testsuite/ && open http://127.0.0.1/~mnater/Hyphenopoly/min/testsuite/",
"lint": "eslint Hyphenopoly_Loader.js Hyphenopoly.js hyphenopoly.module.js",
"prepare": "npm run minify",
"minify": "sh ./tools/minify.sh"
Expand Down

0 comments on commit dd3100a

Please sign in to comment.