mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Updated scripts.
This commit is contained in:
parent
ed22d33d97
commit
e58aa9e90f
3 changed files with 4 additions and 3 deletions
|
|
@ -9,7 +9,9 @@
|
|||
"dev": "next dev -p 8000",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"build-script": "rollup -c"
|
||||
"build-script": "rollup -c",
|
||||
"build-schema": "prisma introspect",
|
||||
"build-client": "prisma generate"
|
||||
},
|
||||
"lint-staged": {
|
||||
"**/*.js": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue