浏览代码

Allow build scripts to work without internet connection

Steven Silvester 8 年之前
父节点
当前提交
8a7af29fe5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jupyterlab/package.json

+ 1 - 1
jupyterlab/package.json

@@ -29,7 +29,7 @@
   },
   },
   "scripts": {
   "scripts": {
     "clean": "rimraf build",
     "clean": "rimraf build",
-    "update": "rimraf node_modules/jupyterlab && npm install",
+    "update": "rimraf node_modules/jupyterlab && npm install jupyterlab",
     "build": "npm run update && npm run build:extension",
     "build": "npm run update && npm run build:extension",
     "build:extension": "webpack",
     "build:extension": "webpack",
     "webpack:devtool": "devtool node_modules/webpack/bin/webpack.js",
     "webpack:devtool": "devtool node_modules/webpack/bin/webpack.js",