فهرست منبع

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",