mirror of
https://github.com/umami-software/umami.git
synced 2026-02-18 11:35:37 +01:00
Add components package version bump step to build
Some checks are pending
Node.js CI / build (push) Waiting to run
Some checks are pending
Node.js CI / build (push) Waiting to run
This commit is contained in:
parent
365895c389
commit
9672969c23
2 changed files with 50 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
"start-server": "node server.js",
|
||||
"build-app": "next build --turbo",
|
||||
"build-icons": "svgr ./src/assets --out-dir src/components/svg --typescript",
|
||||
"build-components": "tsup",
|
||||
"build-components": "node scripts/bump-components.js && tsup",
|
||||
"build-tracker": "rollup -c rollup.tracker.config.js",
|
||||
"build-prisma-client": "node scripts/build-prisma-client.js",
|
||||
"build-lang": "npm-run-all download-country-names download-language-names",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue