Steven Silvester 6 年之前
父節點
當前提交
3847a8a835
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      testutils/package.json

+ 2 - 2
testutils/package.json

@@ -25,10 +25,10 @@
     "url": "https://github.com/jupyterlab/jupyterlab.git"
   },
   "scripts": {
-    "build": "tsc -b src",
+    "build": "tsc",
     "clean": "rimraf lib",
     "prepublishOnly": "npm run build",
-    "watch": "tsc -b src --watch"
+    "watch": "tsc --watch"
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.19.1-alpha.0",