Explorar o código

Restore manual override of install in main package

Steven Silvester %!s(int64=8) %!d(string=hai) anos
pai
achega
6a74fcb264
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jupyterlab/package.json

+ 1 - 1
jupyterlab/package.json

@@ -3,7 +3,7 @@
   "name": "@jupyterlab/main",
   "version": "0.1.0",
   "scripts": {
-    "build": "tsc && webpack",
+    "build": "npm install && tsc && webpack",
     "clean": "rimraf build"
   },
   "dependencies": {