Skip to content

Commit 0fdb815

Browse files
committed
Update Vercel build command to use @patchcab/core from the source and not NPM
1 parent ca78d66 commit 0fdb815

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
@@ -6,7 +6,7 @@
66
"modules"
77
],
88
"scripts": {
9-
"build": "yarn --cwd ./core build && yarn --cwd ./modules install --focus && yarn --cwd ./modules build && cpy './modules/public/modules.json' './core/public/' && cpy './modules/public/modules' './core/public/modules/@patchcab-modules'"
9+
"build": "yarn --cwd ./core build && yarn --cwd ./core pack --filename patchcab.tgz && yarn --cwd ./modules add ../patchcab.tgz && cpy './modules/public/modules.json' './core/public/' && cpy './modules/public/modules' './core/public/modules/@patchcab-modules'"
1010
},
1111
"dependencies": {}
1212
}

0 commit comments

Comments
 (0)