Skip to content

Commit

Permalink
--allow-scripts can be removed from deno install
Browse files Browse the repository at this point in the history
Was only asked for biome.
[skip ci]
  • Loading branch information
mkody committed Oct 14, 2024
1 parent c51f195 commit 93ec06d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install buildTools dependencies
run: |
cd buildTools
deno install --allow-scripts --entrypoint ./src/main.ts
deno install --entrypoint ./src/main.ts
- name: Build package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install buildTools dependencies
run: |
cd buildTools
deno install --allow-scripts --entrypoint ./src/main.ts
deno install --entrypoint ./src/main.ts
- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 93ec06d

Please sign in to comment.