From 97b5793ff281064dc620de729a276064bd477b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Magalh=C3=A3es?= Date: Sun, 4 Jul 2021 21:49:23 +0200 Subject: [PATCH] fix: remove cross-env from deploy-example command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1afad4..8a86df0 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": "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": {