- npm: Update paths

master
Brett Zamir 2020-07-24 22:18:43 +08:00
parent 54fd0975d7
commit 2b42870e22
1 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
"submodules-update": "echo \"Performing non-recursive fetch as don't want submodules to have their own releases!\" && git submodule foreach git fetch && git submodule update --remote && git submodule foreach git merge origin master",
"start-allow-origin": "static -p 8001 -H '{\"Access-Control-Allow-Origin\": \"*\"}'",
"start-embedded": "run-p start start-allow-origin",
"start": "echo \"Open file, e.g., to http://localhost:8000/editor/svg-editor-es.html\" && static -p 8000",
"start": "echo \"Open file, e.g., to http://localhost:8000/src/editor/svg-editor-es.html\" && static -p 8000",
"open-docs-no-start": "open-cli http://localhost:8000/docs/jsdoc/",
"open-docs": "run-p start open-docs-no-start",
"build-docs-remove": "rimraf \"docs/jsdoc/*\"",
@ -31,11 +31,11 @@
"build-and-open-docs": "run-s build-docs open-docs",
"open-embedded-no-start": "open-cli http://localhost:8000/editor/embedapi.html",
"open-embedded": "run-p start-embedded open-embedded-no-start",
"open-all-ext-no-start": "open-cli http://localhost:8000/editor/svg-editor-es.html?extensions=ext-arrows.js,ext-closepath.js,ext-foreignobject.js,ext-helloworld.js,ext-mathjax.js,ext-php_savefile.js,ext-server_moinsave.js,ext-server_opensave.js,ext-webappfind.js,ext-xdomain-messaging.js",
"open-all-ext-no-start": "open-cli http://localhost:8000/src/editor/svg-editor-es.html?extensions=ext-arrows.js,ext-closepath.js,ext-foreignobject.js,ext-helloworld.js,ext-mathjax.js,ext-php_savefile.js,ext-server_moinsave.js,ext-server_opensave.js,ext-webappfind.js,ext-xdomain-messaging.js",
"open-all-ext": "run-p start open-all-ext-no-start",
"open-compiled-no-start": "open-cli http://localhost:8000/editor/svg-editor.html",
"open-compiled-no-start": "open-cli http://localhost:8000/src/editor/svg-editor.html",
"open-compiled": "run-p start open-compiled-no-start",
"open-no-start": "open-cli http://localhost:8000/editor/svg-editor-es.html",
"open-no-start": "open-cli http://localhost:8000/src/editor/svg-editor-es.html",
"open": "run-p start open-no-start",
"open-cov-no-start": "open-cli http://localhost:8000/coverage/",
"open-cov": "run-p start open-cov-no-start",