diff options
-rw-r--r-- | package.json | 2 |
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/", |