Update package.json

This commit is contained in:
talksik
2022-06-02 19:35:25 -07:00
parent 513c667880
commit 1591fb72f1
+1 -4
View File
@@ -6,10 +6,7 @@
"scripts": {
"dev": "NODE_ENV=development nodemon",
"start:dev": "ts-node index.ts",
"production": "NODE_ENV=production nodemon",
"start": "node dist/index.js",
"gcp-build": "tsc -p .",
"deploy": "gcloud app deploy"
"production": "NODE_ENV=production nodemon"
},
"devDependencies": {
"@types/express": "^4.17.13",