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:
+1
-1
@@ -5,10 +5,10 @@
|
||||
"main": "src/index.ts",
|
||||
"scripts": {
|
||||
"build": "rimraf ./build && tsc",
|
||||
"dev": "nodemon --config nodemon.json",
|
||||
"lint": "xo",
|
||||
"lint:fix": "xo --fix",
|
||||
"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"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user