Skip to content

Commit

Permalink
fix(react-store): check git tags and publish with pat
Browse files Browse the repository at this point in the history
  • Loading branch information
yarindeohcld committed Aug 12, 2024
1 parent 3e7f465 commit 117d8fa
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 react91</div>
<div>nx react10</div>
</StyledApp>
);
}
Expand Down

0 comments on commit 117d8fa

Please sign in to comment.