提交 551fba84 编写于 作者: D Don McCurdy

Add NPM command to watch and rebuild tests.

上级 d02c38fd
......@@ -33,7 +33,7 @@
"build-closure": "rollup -c && java -jar utils/build/compiler/closure-compiler-v20160713.jar --warning_level=VERBOSE --jscomp_off=globalThis --jscomp_off=checkTypes --externs utils/build/externs.js --language_in=ECMASCRIPT5_STRICT --js build/three.js --js_output_file build/three.min.js",
"dev": "rollup -c -w",
"lint": "eslint src",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "rollup -c test/rollup.unit.config.js -w"
},
"keywords": [
"three",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册