Skip to content

Commit

Permalink
update start script names
Browse files Browse the repository at this point in the history
  • Loading branch information
mairisb committed Dec 23, 2023
1 parent 43dfb92 commit b4c4e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"build": "tsc",
"watch": "npm run build -- --watch",
"start:dev": "nodemon dist/src/index.js",
"start:dev:inspect": "nodemon --inspect dist/src/index.js",
"start": "nodemon dist/src/index.js",
"start:inspect": "nodemon --inspect dist/src/index.js",
"test": "jest"
},
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start:dev": "webpack server --config webpack.dev.js",
"start": "webpack server --config webpack.dev.js",
"test": "jest",
"analyze-bundle": "webpack --config webpack.prod.js --profile --json > bundle-stats.json; webpack-bundle-analyzer bundle-stats.json dist/"
},
Expand Down

0 comments on commit b4c4e33

Please sign in to comment.