Skip to content

Commit

Permalink
fix(react-store): check git tags and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yarindeohcld committed Aug 11, 2024
1 parent a21ec83 commit d6505f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/react-store/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function App() {
return (
<StyledApp>
<h1>Welcome</h1>
<div>nx react6</div>
<div>nx react7</div>
</StyledApp>
);
}
Expand Down

0 comments on commit d6505f7

Please sign in to comment.