Skip to content

Commit c1fe700

Browse files
committed
Add lib clean
1 parent 06ee267 commit c1fe700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"dev": "npx concurrently -n COMPILE,SERVER -c cyan,green \"yarn watch:compile\" \"yarn watch:serve\"",
1010
"build": "yarn compile && yarn dist:clean && yarn dist:copy",
1111
"build:fast": "yarn compile && yarn dist:copy",
12+
"clean": "rm -rf lib && (cd ../../common && rm -rf lib) && (cd ../shared && rm -rf lib) && (cd ../email && rm -rf lib)",
1213
"compile": "tsc -b && tsc-alias && (cd ../../common && tsc-alias) && (cd ../shared && tsc-alias) && (cd ../email && tsc-alias)",
1314
"debug": "nodemon -r tsconfig-paths/register --watch src -e ts --watch ../../common/src --watch ../shared/src --exec \"yarn build && node --inspect-brk src/serve.ts\"",
1415
"dist": "yarn dist:clean && yarn dist:copy",

0 commit comments

Comments
 (0)