We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ee267 commit c1fe700Copy full SHA for c1fe700
backend/api/package.json
@@ -9,6 +9,7 @@
9
"dev": "npx concurrently -n COMPILE,SERVER -c cyan,green \"yarn watch:compile\" \"yarn watch:serve\"",
10
"build": "yarn compile && yarn dist:clean && yarn dist:copy",
11
"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)",
13
"compile": "tsc -b && tsc-alias && (cd ../../common && tsc-alias) && (cd ../shared && tsc-alias) && (cd ../email && tsc-alias)",
14
"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\"",
15
"dist": "yarn dist:clean && yarn dist:copy",
0 commit comments