chore: change how the package is built

This commit is contained in:
vince
2024-07-12 22:23:41 +08:00
parent 10b684832d
commit f98f504534
24 changed files with 811 additions and 730 deletions

View File

@@ -8,8 +8,8 @@
"scripts": {
"build": "nest build",
"dev": "pnpm run start:dev",
"start:dev": "cross-env NODE_ENV=development DEBUG=true nest start --watch",
"start": "cross-env NODE_ENV=development node dist/main",
"start:dev": "cross-env NODE_ENV=development DEBUG=true nest start --watch",
"start:prod": "nest build && cross-env NODE_ENV=production node dist/main"
},
"dependencies": {

View File

@@ -1,22 +0,0 @@
# @vben/antd-view
## 5.0.0
### Patch Changes
- chore: test
- Updated dependencies []:
- @vben-core/helpers@5.0.1
- @vben-core/preferences@5.0.1
- @vben-core/request@5.0.1
- @vben-core/stores@5.0.1
- @vben/layouts@5.0.1
- @vben/widgets@5.0.1
- @vben/constants@5.0.1
- @vben/hooks@5.0.1
- @vben/icons@5.0.1
- #/locales@5.0.1
- @vben/styles@5.0.1
- @vben/types@5.0.1
- @vben/utils@5.0.1