Skip to content

Commit

Permalink
Add create-react-app tool
Browse files Browse the repository at this point in the history
  • Loading branch information
trentonyo authored Aug 6, 2024
1 parent d13c38b commit 67bb3c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Starterfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ tools:
install: npm install -g pnpm
uninstall: npm uninstall -g pnpm
check: pnpm --version
create-react-app:
depends_on: nodejs
scripts:
install: npm install -g create-react-app
install: npm uninstall -g create-react-app
check: create-react-app --version
git-hooks:
depends_on: nodejs
# Only works with git>=2.9.0
Expand Down

0 comments on commit 67bb3c6

Please sign in to comment.