Skip to content

Commit

Permalink
Merge pull request #185 from Cloud-Code-AI/159-add-more-block-types
Browse files Browse the repository at this point in the history
Workflow update
  • Loading branch information
shreyashkgupta authored Dec 7, 2024
2 parents 3ae8cc8 + 30eaed1 commit 1750b48
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 1750b48

Please sign in to comment.