new script for building
This commit is contained in:
parent
8fb1b20ec9
commit
9ebbf6aace
3 changed files with 149 additions and 1 deletions
|
|
@ -6,7 +6,9 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "turbo run dev",
|
||||
"build": "turbo run build",
|
||||
"build": "powershell ./scripts/build-all.ps1",
|
||||
"build:all:clean": "powershell ./scripts/build-all.ps1 -Clean",
|
||||
"build:all:verbose": "powershell ./scripts/build-all.ps1 -Verbose",
|
||||
"build:libs": "powershell ./scripts/build-libs.ps1",
|
||||
"test": "turbo run test",
|
||||
"test:watch": "bun test --watch",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue