Skip to content

Commit

Permalink
fix: remove cross-env from deploy-example command
Browse files Browse the repository at this point in the history
  • Loading branch information
armand1m committed Jul 4, 2021
1 parent e632bf9 commit 97b5793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prepare": "npm run build",
"semantic-release": "semantic-release",
"pack:inspect": "yarn pack && tar -ztvf *.tgz",
"predeploy-example": "cross-env SKIP_PREFLIGHT_CHECK=true cd example && yarn && yarn build",
"predeploy-example": "SKIP_PREFLIGHT_CHECK=true cd example && yarn && yarn build",
"deploy-example": "gh-pages -d example/build"
},
"peerDependencies": {
Expand Down

0 comments on commit 97b5793

Please sign in to comment.