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