Skip to content

Commit

Permalink
Ignore scripts in gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thetarnav committed Jan 15, 2023
1 parent 626b46a commit 39a7ddf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 18

- name: Install dependencies
run: pnpm install
run: pnpm install --ignore-scripts

- name: Format
run: pnpm run format
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: 18

- name: Install Dependencies
run: pnpm install
run: pnpm install --ignore-scripts

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 18

- name: Install dependencies
run: pnpm install
run: pnpm install --ignore-scripts

- name: Build all packages
run: pnpm build
Expand Down

0 comments on commit 39a7ddf

Please sign in to comment.