Remove prestart script.
This commit is contained in:
@@ -12,8 +12,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "npm-run-all build-tracker build-geo build-db build-app",
|
||||
"start": "npm-run-all pre-start start-app",
|
||||
"start-app": "next start",
|
||||
"start": "next start",
|
||||
"start-env": "node -r dotenv/config scripts/start-env.js",
|
||||
"build-app": "next build",
|
||||
"build-tracker": "rollup -c rollup.tracker.config.js",
|
||||
@@ -38,8 +37,7 @@
|
||||
"change-password": "node scripts/change-password.js",
|
||||
"lint": "next lint --quiet",
|
||||
"prepare": "husky install",
|
||||
"postbuild": "node scripts/postbuild.js",
|
||||
"pre-start": "node scripts/prestart.js"
|
||||
"postbuild": "node scripts/postbuild.js"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.js": [
|
||||
|
||||
Reference in New Issue
Block a user