Skip to content

Commit e89fb92

Browse files
committed
Use Yarn Workspaces syntax
1 parent 50eb01d commit e89fb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "NODE_ENV=production node backend/index.js",
1313
"lint": "xo",
1414
"test": "ava",
15-
"scalingo-postbuild": "yarn download-contours && next build && yarn install --mode=update-lockfile --prod"
15+
"scalingo-postbuild": "yarn download-contours && next build && yarn workspaces focus --all --production"
1616
},
1717
"dependencies": {
1818
"@aws-sdk/client-s3": "^3.577.0",

0 commit comments

Comments
 (0)