Browse Source

Rename the script

Steven Silvester 7 years ago
parent
commit
05e82fbb47
2 changed files with 1 additions and 1 deletions
  1. 1 1
      jupyterlab/package.json
  2. 0 0
      jupyterlab/update-core.js

+ 1 - 1
jupyterlab/package.json

@@ -2,7 +2,7 @@
   "name": "@jupyterlab/application-top",
   "version": "0.9.0",
   "scripts": {
-    "build": "node copy-schemas.js && webpack",
+    "build": "node update-core.js && webpack",
     "publish": "node make-release.js"
   },
   "dependencies": {

+ 0 - 0
jupyterlab/copy-schemas.js → jupyterlab/update-core.js