Skip to content

Commit

Permalink
Added missing comma in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Nov 27, 2023
1 parent 3e071ab commit 4e5bdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:preview": "npm run build:webpack && npm run build:hugo:preview",
"build:hugo": "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: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"
},
"author": "",
Expand Down

0 comments on commit 4e5bdd3

Please sign in to comment.