Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/styled-components-an…
Browse files Browse the repository at this point in the history
…d-jest-styled-components-5.3.0
  • Loading branch information
colebemis committed Jul 27, 2021
2 parents fdcce35 + 0fd0eb3 commit 8b73ea0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Publish canary version
run: |
echo "$( jq '.version = "0.0.0"' package.json )" > package.json
echo -e "---\n'@primer/css': patch\n---\n\nFake entry to force publishing" > .changeset/force-snapshot-release.md
echo -e "---\n'@primer/components': patch\n---\n\nFake entry to force publishing" > .changeset/force-snapshot-release.md
yarn changeset version --snapshot
yarn changeset publish --tag canary
env:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
"lib-esm",
"index.d.ts",
"!lib/__tests__",
"!lib-esm/__tests__"
"!lib/stories",
"!lib-esm/__tests__",
"!lib-esm/stories"
],
"author": "GitHub, Inc.",
"license": "MIT",
Expand Down

0 comments on commit 8b73ea0

Please sign in to comment.