From dd3100a25d8de110db788e1520dff623cecc4705 Mon Sep 17 00:00:00 2001 From: mnater Date: Sun, 27 May 2018 13:05:40 +0200 Subject: [PATCH] add minified testsuite to test script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"