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 2556fed commit 09d37beCopy full SHA for 09d37be
apps/backend/package.json
@@ -8,7 +8,7 @@
8
"license": "MIT",
9
"scripts": {
10
"build": "nest build",
11
- "postbuild": "yes | pnpm install --prod && cp -rL node_modules dist/node_modules",
+ "postbuild": "pnpm install --prod --filter . --modules-dir dist/node_modules_temp && cp -rL dist/node_modules_temp dist/node_modules && rm -rf dist/node_modules_temp",
12
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
13
"start": "nest start",
14
"dev": "nest start --watch --preserveWatchOutput",
0 commit comments