chore: change dev task to start:dev

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-09-25 18:30:05 -04:00
parent b868d1a483
commit d9dea3d0f2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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": {