1
0

🔨 Rename dev script to start:dev

This commit is contained in:
2022-01-06 14:53:51 +01:00
parent 9ea810c4a5
commit 2978434f2c

View File

@@ -5,7 +5,7 @@
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"start": "cross-env NODE_ENV=production ts-node -r dotenv/config index.ts", "start": "cross-env NODE_ENV=production ts-node -r dotenv/config index.ts",
"dev": "cross-env NODE_ENV=development nodemon -r dotenv/config index.ts" "start:dev": "cross-env NODE_ENV=development nodemon -r dotenv/config index.ts"
}, },
"dependencies": { "dependencies": {
"@twurple/api": "^5.0.13", "@twurple/api": "^5.0.13",