🔧 Chore: remove redundant parameter in npm script

This commit is contained in:
Cell
2023-02-10 10:32:00 +08:00
parent b9b2c40103
commit 56bc897f36
+1 -1
View File
@@ -18,7 +18,7 @@
"build": "npm run babel && hugo -v --source=docs --gc --minify",
"build:lunr.segmentit": "browserify src/lib/lunr.segmentit.js -o assets/lib/lunr/lunr.segmentit.js -t babelify --presets @babel/preset-env --presets minify",
"server": "hugo server --source=docs -D --disableFastRender --navigateToChanged --ignoreCache --bind 0.0.0.0",
"server:production": "npm run server -- -e production --bind 0.0.0.0",
"server:production": "npm run server -- -e production",
"start": "npm run babel && npm run server",
"start:production": "npm run babel && npm run server:production",
"algolia": "atomic-algolia",