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 97b5793 commit 6fb9f4eCopy full SHA for 6fb9f4e
package.json
@@ -54,7 +54,7 @@
54
"prepare": "npm run build",
55
"semantic-release": "semantic-release",
56
"pack:inspect": "yarn pack && tar -ztvf *.tgz",
57
- "predeploy-example": "SKIP_PREFLIGHT_CHECK=true cd example && yarn && yarn build",
+ "predeploy-example": "SKIP_PREFLIGHT_CHECK=true $(cd example && yarn && yarn build)",
58
"deploy-example": "gh-pages -d example/build"
59
},
60
"peerDependencies": {
0 commit comments