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 deae516 commit 973cffd
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: jq 'del( .scripts )' package.json > package.json'
- name: Generate
run: deno task --recursive generate
- name: Unit Tests
Expand Down

0 comments on commit 973cffd

Please sign in to comment.