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 ca3244e commit b72bf06Copy full SHA for b72bf06
package.json
@@ -32,7 +32,7 @@
32
"lint": "prettier --check 'src/**/*.{ts,tsx}'",
33
"lint:fix": "prettier --write 'src/**/*.{ts,tsx}'",
34
"prepare": "npm run build",
35
- "predeploy-example": "cd example && npm install && npm run build",
+ "predeploy-example": "cross-env SKIP_PREFLIGHT_CHECK=true cd example && npm install && npm run build",
36
"deploy-example": "gh-pages -d example/build",
37
"travis-deploy-once": "travis-deploy-once"
38
},
0 commit comments