mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Add export command.
This commit is contained in:
parent
3e1bc27f26
commit
17884ede7a
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
"build": "npm-run-all build-tracker copy-db-schema build-db-client build-app",
|
"build": "npm-run-all build-tracker copy-db-schema build-db-client build-app",
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
|
"export": "next export",
|
||||||
"build-app": "next build",
|
"build-app": "next build",
|
||||||
"build-tracker": "rollup -c rollup.tracker.config.js",
|
"build-tracker": "rollup -c rollup.tracker.config.js",
|
||||||
"copy-db-schema": "node scripts/copy-db-schema.js",
|
"copy-db-schema": "node scripts/copy-db-schema.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue