Skip to content

Commit

Permalink
Update Vercel build command to use @patchcab/core from the source a…
Browse files Browse the repository at this point in the history
…nd not NPM
  • Loading branch information
rihardsgravis committed Nov 24, 2021
1 parent ca78d66 commit 0fdb815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"modules"
],
"scripts": {
"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'"
"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'"
},
"dependencies": {}
}

1 comment on commit 0fdb815

@vercel
Copy link

@vercel vercel bot commented on 0fdb815 Nov 24, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.