feat: add build script for each workspace
This commit is contained in:
parent
b9a583454b
commit
41c6a5bddc
@ -17,6 +17,8 @@
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rimraf packages/nestlogged/dist && yarn workspace nestlogged tsc",
|
||||
"fastify:build": "rimraf packages/nestlogged-fastify/dist && yarn workspace nestlogged-fastify tsc",
|
||||
"format": "prettier --write \"./packages/**/*.ts\""
|
||||
},
|
||||
"packageManager": "yarn@4.7.0+sha512.5a0afa1d4c1d844b3447ee3319633797bcd6385d9a44be07993ae52ff4facabccafb4af5dcd1c2f9a94ac113e5e9ff56f6130431905884414229e284e37bb7c9"
|
||||
|
Loading…
x
Reference in New Issue
Block a user