mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-18 15:33:10 +00:00
Adjust prod script name
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prestart": "npm run clean",
|
"prestart": "npm run clean",
|
||||||
"start": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender",
|
"start": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender",
|
||||||
"prod": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender -e production",
|
"start:prod": "exec-bin node_modules/.bin/hugo/hugo server --bind=0.0.0.0 --disableFastRender -e production",
|
||||||
"prebuild": "npm run clean",
|
"prebuild": "npm run clean",
|
||||||
"build": "exec-bin node_modules/.bin/hugo/hugo --gc --minify",
|
"build": "exec-bin node_modules/.bin/hugo/hugo --gc --minify",
|
||||||
"build:debug": "exec-bin node_modules/.bin/hugo/hugo -e debug --debug",
|
"build:debug": "exec-bin node_modules/.bin/hugo/hugo -e debug --debug",
|
||||||
|
Reference in New Issue
Block a user