Skip to content

Commit

Permalink
Merge pull request #7 from mikedownesdev/develop
Browse files Browse the repository at this point in the history
husky driving me crazy
  • Loading branch information
mikedownesdev authored Oct 20, 2023
2 parents f2bf248 + bea79aa commit 9703c43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ the ground, this project provides a few extra opinions, UI elements, type defini

- [clasp]
- [clasp.env]
- husky

# Features

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"prettier": "npx prettier src --check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix",
"prepare": "husky install",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest"
},
"lint-staged": {
Expand Down Expand Up @@ -47,4 +46,4 @@
"lodash": "^4.17.21",
"zod": "^3.22.2"
}
}
}

0 comments on commit 9703c43

Please sign in to comment.