From 6fb9f4e9ed6eaa70f7187290f926ea5ec7bc7339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Magalh=C3=A3es?= Date: Sun, 4 Jul 2021 21:52:28 +0200 Subject: [PATCH] ci: apply SKIP_PREFLIGHT_CHECK to all commands when deploying example --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8a86df0..3aabaa2 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "prepare": "npm run build", "semantic-release": "semantic-release", "pack:inspect": "yarn pack && tar -ztvf *.tgz", - "predeploy-example": "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": {