Skip to content
Snippets Groups Projects
Commit 192d1be6 authored by Glenn Vorhes's avatar Glenn Vorhes
Browse files

change serve

parent 0667db70
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
"test": "node node_modules\\karma\\bin\\karma start karma.conf.js",
"lint": "eslint src/**/*.js",
"update-custom-ol": "npm update custom-ol",
"serve": "cd test-html & C:\\Python33\\python.exe -m http.server 5002",
"serve": "cd test-html & python -m http.server 5002",
"typedoc": "typedoc --excludePrivate --mode file --out doc src",
"webpack": "webpack -d -w",
"tsc": "tsc -w"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment