mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Added postbuild script.
This commit is contained in:
parent
0d33e6d08f
commit
a249f0c6dc
3 changed files with 13 additions and 6 deletions
|
|
@ -25,7 +25,7 @@
|
|||
"build-mysql-client": "dotenv prisma generate -- --schema=./prisma/schema.mysql.prisma",
|
||||
"build-postgresql-schema": "dotenv prisma db pull -- --schema=./prisma/schema.postgresql.prisma",
|
||||
"build-postgresql-client": "dotenv prisma generate -- --schema=./prisma/schema.postgresql.prisma",
|
||||
"postbuild": "node scripts/telemetry.js",
|
||||
"postbuild": "node scripts/postbuild.js",
|
||||
"copy-db-schema": "node scripts/copy-db-schema.js",
|
||||
"generate-lang": "npm-run-all extract-lang merge-lang",
|
||||
"extract-lang": "formatjs extract \"{pages,components}/**/*.js\" --out-file build/messages.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue