Skip to content

Commit

Permalink
chore: enhance build script
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed Jan 31, 2024
1 parent a275722 commit 58f5a8e
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions packages/libs/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"lib"
],
"scripts": {
"build": "npm run tsc && npm run build:metadata",
"build:metadata": "cp meta.json ./lib/meta.json",
"build": "npm run tsc",
"tsc": "rm -rf lib && tsc"
},
"dependencies": {
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions packages/plugins/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"lib"
],
"scripts": {
"build": "npm run tsc && npm run build:metadata",
"build:metadata": "cp meta.json ./lib/meta.json",
"build": "npm run tsc",
"tsc": "rm -rf lib && tsc"
},
"dependencies": {
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions packages/plugins/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"lib"
],
"scripts": {
"build": "npm run tsc && npm run build:metadata",
"build:metadata": "cp meta.json ./lib/meta.json",
"build": "npm run tsc",
"cov": "jest --coverage --detectOpenHandles --testTimeout=15000",
"test": "jest --detectOpenHandles --testTimeout=15000",
"tsc": "rm -rf lib && tsc"
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions packages/plugins/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"lib"
],
"scripts": {
"build": "npm run tsc && npm run build:metadata",
"build:metadata": "cp meta.json ./lib/meta.json",
"build": "npm run tsc",
"tsc": "rm -rf lib && tsc"
},
"dependencies": {
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions packages/plugins/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"lib"
],
"scripts": {
"build": "npm run tsc && npm run build:metadata",
"build:metadata": "cp meta.json ./lib/meta.json",
"build": "npm run tsc",
"tsc": "rm -rf lib && tsc"
},
"dependencies": {
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions packages/plugins/sequelize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
"lib"
],
"scripts": {
"build": "npm run tsc && npm run build:metadata",
"build:metadata": "cp meta.json ./lib/meta.json",
"build": "npm run tsc",
"tsc": "rm -rf lib && tsc"
},
"dependencies": {
Expand Down
File renamed without changes.

0 comments on commit 58f5a8e

Please sign in to comment.