Skip to content

Commit d8161fb

Browse files
committed
remove watch script & delete tasks/watch.js
1 parent addc012 commit d8161fb

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"build": "npm run empty-dist && npm run preprocess && npm run find-strings && npm run bundle && npm run extra-bundles && npm run locales && npm run schema dist && npm run stats",
3636
"regl-codegen": "node devtools/regl_codegen/server.js",
3737
"cibuild": "npm run empty-dist && npm run preprocess && node tasks/cibundle.js",
38-
"watch": "node tasks/watch.js",
3938
"lint": "eslint --version && eslint .",
4039
"lint-fix": "eslint . --fix || true",
4140
"log-new-func": "eslint --no-ignore --no-eslintrc --no-inline-config --rule '{no-new-func: error}' dist/plotly.js 2>&1 | ./tasks/show_eval_lines.sh",

tasks/watch.js

-6
This file was deleted.

0 commit comments

Comments
 (0)