diff --git a/package.json b/package.json index 8b3fc222..36cce3ae 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "flow:ci": "flow check --max-workers 0", "lint": "eslint --config .eslintrc.js packages", "lint:ci": "eslint --config .eslintrc.js", - "publish:ci": "node utils/publish/pre-publish-check-ci.js && git diff --stat --exit-code HEAD && yarn build && changeset publish", + "publish:ci": "node utils/pre-publish-check-ci.js && git diff --stat --exit-code HEAD && yarn build && changeset publish", "test": "yarn jest" } } \ No newline at end of file