Skip to content

Commit e25db5b

Browse files
committed
⬆️ Update dependencies and add postinstall script
1 parent f283cbf commit e25db5b

File tree

2 files changed

+24
-15
lines changed

2 files changed

+24
-15
lines changed

package-lock.json

Lines changed: 17 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@
88
"test:2021": "jest --testPathPattern=2021",
99
"test:2022": "jest --testPathPattern=2022",
1010
"test:2023": "jest --testPathPattern=2023",
11+
"test:2024": "jest --testPathPattern=2024",
1112
"lint": "eslint **/*.js",
1213
"lint:fix": "eslint **/*.js --fix",
13-
"prepare": "husky install"
14+
"prepare": "husky install",
15+
"postinstall": "npm run prepare"
16+
},
17+
"prettier": {
18+
"singleQuote": true,
19+
"trailingComma": "all"
1420
},
1521
"keywords": [
1622
"midudev",

0 commit comments

Comments
 (0)