Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashkgupta committed Dec 7, 2024
2 parents 284d68b + 1750b48 commit 02bb980
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ jobs:
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
run: npm install
working-directory: packages/create-app
run: |
npm install
npm install -g tsup
- name: Build Package
working-directory: packages/create-app
Expand Down

0 comments on commit 02bb980

Please sign in to comment.