mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
chore: change dev task to start:dev
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -58,7 +58,7 @@ At any point you want the program to stop, use <kbd>Ctrl</kbd> + <kbd>C</kbd>.
|
|||||||
|
|
||||||
### Developer notes
|
### Developer notes
|
||||||
|
|
||||||
The command `npm run dev` can be used instead of `npm run start` to automatically restart the project when filesystem changes are detected in the `src/` folder or `.env` file.
|
The command `npm run start:dev` can be used instead of `npm run start` to automatically restart the project when filesystem changes are detected in the `src/` folder or `.env` file.
|
||||||
|
|
||||||
### Customization
|
### Customization
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -5,10 +5,10 @@
|
|||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf ./build && tsc",
|
"build": "rimraf ./build && tsc",
|
||||||
"dev": "nodemon --config nodemon.json",
|
|
||||||
"lint": "xo",
|
"lint": "xo",
|
||||||
"lint:fix": "xo --fix",
|
"lint:fix": "xo --fix",
|
||||||
"start": "npm run build && node build/index.js",
|
"start": "npm run build && node build/index.js",
|
||||||
|
"start:dev": "nodemon --config nodemon.json",
|
||||||
"test:notification": "npm run build && node build/__test__/notification-test.js"
|
"test:notification": "npm run build && node build/__test__/notification-test.js"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user