Skip to content

Commit

Permalink
fix publish commands
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Aug 23, 2024
1 parent 205b8ae commit 450b41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ yarn install # Useful to update the lockfile
git commit -a -m "release: v0.2.0-alpha.XXXXX"
git tag -a "v0.2.0-alpha.XXXXX" -m "release: v0.2.0-alpha.XXXXX"

yarn workspace infima npm publish
yarn workspace postcss-preset-infima npm publish
yarn workspace infima publish
yarn workspace postcss-preset-infima publish
git push && git push --tags
```

Expand Down

0 comments on commit 450b41a

Please sign in to comment.