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 ff5b631 commit fddbc97Copy full SHA for fddbc97
package.json
@@ -12,7 +12,7 @@
12
"bulid:microfrontends": "run-p build:microfrontend1 build:microfrontend2",
13
"build:microfrontend1": "./microfrontend1/node_modules/.bin/webpack --config ./microfrontend1/webpack.config.js",
14
"build:microfrontend2": "./microfrontend2/node_modules/.bin/webpack --config ./microfrontend2/webpack.config.js",
15
- "deploy": "git subtree push --prefix dist origin gh-pages",
+ "deploy": "git push origin :gh-pages && git subtree push --prefix dist origin gh-pages",
16
"test": "echo \"Error: no test specified\" && exit 1"
17
},
18
"keywords": [],
0 commit comments