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",