mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 09:57:00 +01:00
Add tracker build to main build.
This commit is contained in:
parent
cf8ed13d1f
commit
7c0e0dd8c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,6 +15,7 @@
|
||||
|
||||
# production
|
||||
/build
|
||||
/public/umami.js
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
|
@ -11,7 +11,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "npm-run-all 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",
|
||||
"build-app": "next build",
|
||||
"build-tracker": "rollup -c rollup.tracker.config.js",
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user