Skip to content

Commit

Permalink
build: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed Jan 15, 2022
1 parent 0d1984c commit 547c743
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
pnpm config set enable-pre-post-scripts true
pnpm i --frozen-lockfile
env:
husky_skip_init: 1
CI: true

- name: Test
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
pnpm config set enable-pre-post-scripts true
pnpm i --frozen-lockfile
env:
husky_skip_init: 1
CI: true

- name: Test /w Coverage
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
pnpm config set enable-pre-post-scripts true
pnpm i --frozen-lockfile
env:
husky_skip_init: 1
CI: true

- name: Release
Expand Down
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpm commitlint --edit "$1"
pnpm exec -- commitlint --edit "$1"
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
. "$(dirname "$0")/_/husky.sh"

pnpm t -- --no-cache
pnpm lint-staged
pnpm exec -- lint-staged

0 comments on commit 547c743

Please sign in to comment.