Skip to content

Commit

Permalink
Added new script, renamed old
Browse files Browse the repository at this point in the history
  • Loading branch information
LordKa0S committed Jul 18, 2021
1 parent c189c2b commit 62fa5af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"format": "prettier --write **.css",
"lint": "stylelint **/*.css",
"md2hbs": "node js/md-to-partials.mjs",
"build": "webpack --config webpack.hbs.js"
"hbs2html": "webpack --config webpack.hbs.js",
"build": "webpack --config webpack.dist.js"
},
"devDependencies": {
"handlebars-webpack-plugin": "^2.2.1",
Expand Down

0 comments on commit 62fa5af

Please sign in to comment.