Skip to content

Commit

Permalink
Fix publish:ci path
Browse files Browse the repository at this point in the history
  • Loading branch information
somewhatabstract committed Mar 4, 2022
1 parent 4b2d4af commit 4b5a5f5
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 @@ -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"
}
}

0 comments on commit 4b5a5f5

Please sign in to comment.