Ver Fonte

update clean scripts

Steven Silvester há 8 anos atrás
pai
commit
5c685f34e1
2 ficheiros alterados com 2 adições e 2 exclusões
  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",