aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-07 19:51:19 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-07 19:51:19 +0800
commitfc2a1da82934600ee085f1289ae3c6a3107db312 (patch)
treec3a1469e00c2528196ba0f5a8a22f9ae9e0b7fbc
parent43b39e52c2a84c3b1c0c26564ae1e65816a4e4fe (diff)
chore: rename script for local server
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a137ca1..597d513 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
21 "rollup": "npx rollup -c scripts/rollup.config.js", 21 "rollup": "npx rollup -c scripts/rollup.config.js",
22 "watch": "npm run rollup -- -w", 22 "watch": "npm run rollup -- -w",
23 "build": "scripts/build.sh", 23 "build": "scripts/build.sh",
24 "server": "live-server --port=8080 --ignore='**/src/**js' --wait=2000 --no-browser --cors", 24 "dev": "live-server --port=8080 --ignore='**/src/**js' --wait=2000 --no-browser --cors",
25 "lint": "standard --fix", 25 "lint": "standard --fix",
26 "style": "scripts/stylelint.sh", 26 "style": "scripts/stylelint.sh",
27 "docs": "jsdoc -c scripts/jsdoc.conf src/; xdg-open http://localhost:8080/docs/", 27 "docs": "jsdoc -c scripts/jsdoc.conf src/; xdg-open http://localhost:8080/docs/",