Skip to content

Commit

Permalink
(chore) Fix start command
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichon-msft committed May 18, 2023
1 parent 3e02f93 commit 8c155d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-tests/heft-webpack4-everything-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"build": "heft build --clean",
"start": "heft start",
"start": "heft build-watch --serve",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
Expand Down

0 comments on commit 8c155d3

Please sign in to comment.