We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 764194f commit 6fb6032Copy full SHA for 6fb6032
package.json
@@ -10,7 +10,6 @@
10
],
11
"scripts": {
12
"clean": "rm -rf dist coverage tsconfig.tsbuildinfo .eslintcache",
13
- "postinstall": "patch-package",
14
"install:all": "yarn && (cd examples && yarn)",
15
"lint": "yarn prettier && yarn eslint",
16
"lint:fix": "yarn prettier:fix && yarn eslint:fix",
@@ -21,7 +20,7 @@
21
20
"build": "tsc --build",
22
"test": "jest",
23
"coverage": "jest --coverage",
24
- "prepare": "husky",
+ "prepare": "husky && patch-package",
25
"prepack": "yarn clean && yarn test && yarn build",
26
"spellcheck": "npx --yes cspell --show-context --show-suggestions '**/*.*'"
27
},
0 commit comments