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 50eb01d commit e89fb92Copy full SHA for e89fb92
package.json
@@ -12,7 +12,7 @@
12
"start": "NODE_ENV=production node backend/index.js",
13
"lint": "xo",
14
"test": "ava",
15
- "scalingo-postbuild": "yarn download-contours && next build && yarn install --mode=update-lockfile --prod"
+ "scalingo-postbuild": "yarn download-contours && next build && yarn workspaces focus --all --production"
16
},
17
"dependencies": {
18
"@aws-sdk/client-s3": "^3.577.0",
0 commit comments