Skip to content

Commit b72bf06

Browse files
committed
fix: fix example deployment
1 parent ca3244e commit b72bf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"lint": "prettier --check 'src/**/*.{ts,tsx}'",
3333
"lint:fix": "prettier --write 'src/**/*.{ts,tsx}'",
3434
"prepare": "npm run build",
35-
"predeploy-example": "cd example && npm install && npm run build",
35+
"predeploy-example": "cross-env SKIP_PREFLIGHT_CHECK=true cd example && npm install && npm run build",
3636
"deploy-example": "gh-pages -d example/build",
3737
"travis-deploy-once": "travis-deploy-once"
3838
},

0 commit comments

Comments
 (0)