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.
@patchcab/core
1 parent ca78d66 commit 0fdb815Copy full SHA for 0fdb815
package.json
@@ -6,7 +6,7 @@
6
"modules"
7
],
8
"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'"
+ "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'"
10
},
11
"dependencies": {}
12
}
0 commit comments