Skip to content

Commit

Permalink
fix: remove typecheck temp
Browse files Browse the repository at this point in the history
META DATA: @toantranmei
  • Loading branch information
toantranmei committed Jun 1, 2024
1 parent 2120c8d commit 120c789
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Lint
run: npm run lint

- name: Typecheck
run: npm run typecheck
# - name: Typecheck
# run: npm run typecheck

- name: Build
run: npm run prepack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Lint
run: npm run lint

- name: Typecheck
run: npm run typecheck
# - name: Typecheck
# run: npm run typecheck

- name: Build
run: npm run prepack
Expand Down
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"web": true
},
"hooks": {
"before:init": ["npm run lint", "npm run typecheck"]
"before:init": ["npm run lint"]
},
"plugins": {
"@release-it/conventional-changelog": {
Expand Down

0 comments on commit 120c789

Please sign in to comment.