Add tracker build to main build.

This commit is contained in:
Mike Cao 2020-08-22 22:03:39 -07:00
parent cf8ed13d1f
commit 7c0e0dd8c4
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -15,6 +15,7 @@
# production
/build
/public/umami.js
# misc
.DS_Store

View File

@ -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