diff --git a/package.json b/package.json index 735ccf1c..ee4ae206 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "build:archive": "gulp createCoreDistArchive", "update-unpkg-links": "gulp updateUnpkgLinks", "update-plugin-versions": "gulp updatePluginVersions", - "prepare": "node -e 'process.exit(!process.env.CI)' || (husky install && npm run build)", + "prepare": "node -e 'process.exit(+!process.env.CI)' || (husky install && npm run build)", "tsc": "turbo tsc", "changeset": "changeset", "changeset:version": "changeset version && npm install && npm run update-unpkg-links && npm run update-plugin-versions",