Skip to content

Commit

Permalink
chore: remove ignore scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Mar 2, 2024
1 parent 5cb5a4b commit 57cc539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ runs:

- name: Install dependencies
shell: bash
run: bun install --ignore-scripts --frozen-lockfile
run: bun install --frozen-lockfile
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: Install dependencies
uses: ./.github/actions/install-dependencies

- name: Use commitlint to check PR title
- name: Run the tests
run: bun run test:ci
5 changes: 1 addition & 4 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"name": "test",
"private": true,
"type": "module",
"dependencies": {
"@vitest/coverage-v8": "latest"
}
"type": "module"
}

0 comments on commit 57cc539

Please sign in to comment.