Steven Silvester vor 6 Jahren
Ursprung
Commit
3847a8a835
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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",