Skip to content

Commit

Permalink
fix: npm start script
Browse files Browse the repository at this point in the history
  • Loading branch information
timeowilliams committed Sep 21, 2024
1 parent 32bc603 commit 36efded
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,10 @@
"scripts": {
"analyze": "source-map-explorer build/*.js",
"analyze2": "webpack-bundle-analyzer ./build/stats.json",
"dev": "react-scripts start",
"dev": "webpack serve --mode development --open",
"build": "webpack --mode production",
"start": "webpack serve --mode development --open",
"serve:prod": "serve -s build",
"build:test": "react-scripts build && serve -s build",
"start": "serve -s build",
"test:e2e": "npx playwright test",
"eject": "react-scripts eject",
"format": "prettier --write \"**/*.+(js|ts|jsx|tsx|json|css|md|yml|yaml|html)\"",
"format:check": "prettier --check \"**/*.+(js|ts|jsx|tsx|json|css|md|yml|yaml|html)\""
},
Expand Down

0 comments on commit 36efded

Please sign in to comment.