diff --git a/package.json b/package.json index d701b2d1..1e70a11e 100644 --- a/package.json +++ b/package.json @@ -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"