瀏覽代碼

update clean scripts

Steven Silvester 8 年之前
父節點
當前提交
5c685f34e1
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      examples/console/package.json
  2. 1 1
      examples/notebook/package.json

+ 1 - 1
examples/console/package.json

@@ -3,7 +3,7 @@
   "name": "jupyterlab-example-console",
   "scripts": {
     "build": "tsc --project src && webpack --config webpack.conf.js",
-    "clean": "rimraf build && rimraf node_modules"
+    "clean": "rimraf build"
   },
   "dependencies": {
     "@jupyterlab/codemirror": "^0.1.0",

+ 1 - 1
examples/notebook/package.json

@@ -3,7 +3,7 @@
   "name": "jupyterlab-example-notebook",
   "scripts": {
     "build": "tsc --project src && webpack --config webpack.conf.js",
-    "clean": "rimraf build && rimraf node_modules"
+    "clean": "rimraf build"
   },
   "dependencies": {
     "@jupyterlab/apputils": "^0.1.0",