Work with new Zalvena Service project
This commit is contained in:
parent
7416341746
commit
4b49a22257
16 changed files with 883 additions and 44 deletions
|
@ -7,7 +7,8 @@
|
|||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "turbo run build",
|
||||
"test": "cd test && bun dev",
|
||||
"build": "rm -R .turbo && turbo run build && cp packages/web/dist/index.js test/public/zalvena.js",
|
||||
"build-packages": "turbo run build --filter=./packages/*",
|
||||
"ci:publish": "npm run build-packages && npx changeset publish",
|
||||
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
||||
|
@ -25,5 +26,8 @@
|
|||
"tabWidth": 2,
|
||||
"printWidth": 120
|
||||
},
|
||||
"packageManager": "npm@10.9.2"
|
||||
"packageManager": "npm@10.9.2",
|
||||
"dependencies": {
|
||||
"@types/bun": "^1.2.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue