mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 06:45:02 +01:00
package.json: Fix path to hugo binary
This commit is contained in:
parent
99d9c7cd94
commit
5ecf1e597c
@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"build:css": "sass --style expanded source/scss/style.scss assets/css/style.css.tmp && cleancss -O1 --format breakWith=lf --with-rebase assets/css/style.css.tmp -o assets/css/style.min.css",
|
||||
"build:js": "uglifyjs node_modules/jquery/dist/jquery.slim.min.js node_modules/bootstrap/dist/js/bootstrap.min.js -o assets/js/bundle.min.js",
|
||||
"build:site": "./bin/hugo",
|
||||
"build:site": "./bin/hugo/hugo",
|
||||
"build": "npm run build:css && npm run build:js && npm run clean && npm run build:site",
|
||||
"clean": "rm assets/css/style.css.tmp assets/css/style.css.tmp.map",
|
||||
"postinstall": "hugo-installer --version 0.89.2"
|
||||
|
Loading…
Reference in New Issue
Block a user