We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c72eb9 commit a254756Copy full SHA for a254756
1 file changed
package.json
@@ -58,7 +58,7 @@
58
"test:integration": "cd e2e; docker compose up --exit-code-from cypress",
59
"start:wc": "NODE_ENV=development BABEL_ENV=development webpack serve -c ./webpack.component.config.js",
60
"build:wc": "NODE_ENV=production BABEL_ENV=production webpack build -c ./webpack.component.config.js",
61
- "heroku-postbuild": "yarn run build && yarn run build:wc"
+ "heroku-postbuild": "PUBLIC_URL='' NODE_ENV=production BABEL_ENV=production yarn run build && yarn run build:wc"
62
},
63
"eslintConfig": {
64
"extends": [
0 commit comments