Skip to content

Commit

Permalink
feat: start dev server using "npm run dev"
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Apr 7, 2023
1 parent 65de476 commit f15053b
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 @@ -10,7 +10,7 @@
"scripts": {
"prepare": "husky install",
"start": "node generation-000.js",
"start:project": "webpack serve --config ./config/webpack.config.dev.js",
"dev": "webpack serve --config ./config/webpack.config.dev.js",
"toc": "npx markdown-toc README.md -i"
},
"devDependencies": {
Expand Down

0 comments on commit f15053b

Please sign in to comment.