Skip to content

Commit

Permalink
add start script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mantesso committed Jun 14, 2024
1 parent 6a1fb12 commit 9ec3b4c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "jest",
"dev": "webpack serve",
"build": "webpack"
"build": "webpack",
"start": "webpack serve"
},
"author": "",
"license": "ISC",
Expand All @@ -23,4 +24,4 @@
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.0"
}
}
}

0 comments on commit 9ec3b4c

Please sign in to comment.