浏览代码

And a tiny shortcut

sebavan 6 年之前
父节点
当前提交
a6e8a5dc4a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Tools/Gulp/package.json

+ 2 - 1
Tools/Gulp/package.json

@@ -10,7 +10,8 @@
     "license": "(Apache-2.0)",
     "scripts": {
         "install": "cd ../../ && npm install && cd Playground/ && npm install && cd ../Viewer && npm install && cd ../Tools/Gulp/",
-        "build": "gulp --max-old-space-size=8192 --tsLintFix"
+        "build": "gulp --max-old-space-size=8192 --tsLintFix",
+        "start": "gulp run --max-old-space-size=8192"
     },
     "dependencies": {
         "typescript": "^3.3.3333"