mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Remove prestart script.
This commit is contained in:
parent
f2d17996eb
commit
a4e2e46834
3 changed files with 4 additions and 23 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue