Skip to content

Commit

Permalink
automatic deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
RingoTC committed Mar 7, 2024
1 parent a51ddd7 commit a3edc96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: '**'

env:
node_version: 12
node_version: '18.x'
project-directory: ./

jobs:
Expand Down
4 changes: 1 addition & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
npm run test
npm run test
npx lint-staged

0 comments on commit a3edc96

Please sign in to comment.