소스 검색

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"