Skip to content

Commit

Permalink
Update the workflow for the Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarhussain committed Feb 26, 2025
1 parent 4b2d72e commit 3402573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: yarn build
# Deno does not run task in workspaces if same task exists on root package.json
- name: Clean root scripts
run: jq 'del( .scripts )' package.json > package.json
run: cat package.json | jq 'del( .scripts )' > package.json.backup && mv package.json.backup package.json
- name: Generate
run: deno task --recursive generate
- name: Unit Tests
Expand Down

0 comments on commit 3402573

Please sign in to comment.