Skip to content

Commit 6fb9f4e

Browse files
committed
ci: apply SKIP_PREFLIGHT_CHECK to all commands when deploying example
1 parent 97b5793 commit 6fb9f4e

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
@@ -54,7 +54,7 @@
5454
"prepare": "npm run build",
5555
"semantic-release": "semantic-release",
5656
"pack:inspect": "yarn pack && tar -ztvf *.tgz",
57-
"predeploy-example": "SKIP_PREFLIGHT_CHECK=true cd example && yarn && yarn build",
57+
"predeploy-example": "SKIP_PREFLIGHT_CHECK=true $(cd example && yarn && yarn build)",
5858
"deploy-example": "gh-pages -d example/build"
5959
},
6060
"peerDependencies": {

0 commit comments

Comments
 (0)