mirror of
https://github.com/umami-software/umami.git
synced 2026-02-20 12:35:38 +01:00
added seeder script
This commit is contained in:
parent
b006747a45
commit
baf8e2ac81
3 changed files with 56 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"build": "npm-run-all check-env build-db check-db build-tracker build-geo build-app",
|
||||
"start": "next start",
|
||||
"build-docker": "npm-run-all build-db build-tracker build-geo build-app",
|
||||
"start-docker": "npm-run-all check-db update-tracker start-server",
|
||||
"start-docker": "npm-run-all check-db update-tracker seed start-server",
|
||||
"start-env": "node scripts/start-env.js",
|
||||
"start-server": "node server.js",
|
||||
"build-app": "next build",
|
||||
|
|
@ -45,7 +45,8 @@
|
|||
"postbuild": "node scripts/postbuild.js",
|
||||
"test": "jest",
|
||||
"cypress-open": "cypress open cypress run",
|
||||
"cypress-run": "cypress run cypress run"
|
||||
"cypress-run": "cypress run cypress run",
|
||||
"seed": "node scripts/seed.js"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.{js,jsx,ts,tsx}": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue