소스 검색

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": {
     "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:extension": "webpack",
     "webpack:devtool": "devtool node_modules/webpack/bin/webpack.js",