Skip to content

Commit

Permalink
Fixed inline opt flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Nov 29, 2023
1 parent 52ab6a9 commit 2cf789c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"build:hugo": "HUGO_BASEURL=http://aerokube.ru.website.yandexcloud.net/moon/ hugo -d ../dist -s site -v",
"build-testing:hugo": "HUGO_BASEURL=http://aerokube.ru.website.yandexcloud.net/unstable/moon/ hugo -d ../dist -s site -v",
"build:hugo:preview": "npm run build:hugo -- -D -F",
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.prod.js --hot --inline",
"build-testing:webpack": "cross-env NODE_ENV=testing webpack --config webpack.prod.js --hot --inline"
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.prod.js --hot --devtool inline-",
"build-testing:webpack": "cross-env NODE_ENV=testing webpack --config webpack.prod.js --hot --devtool inline-"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 2cf789c

Please sign in to comment.