Skip to content

Commit

Permalink
fix: postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemKlyuev committed May 1, 2023
1 parent ce73002 commit 9fae936
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
},
"homepage": "https://github.com/ArtemKlyuev/esbuild-plugin-d-ts-path-alias",
"scripts": {
"postinstall": "patch-package",
"typecheck": "tsc --pretty --noEmit",
"lint": "eslint '**/*.{js,jsx,ts,tsx}' --quiet",
"lint:fix": "yarn lint:js --fix --no-error-on-unmatched-pattern",
Expand All @@ -44,7 +43,7 @@
"test:watch": "jest --watch",
"release:dry-run": "cross-env NODE_ENV=development semantic-release",
"cm": "./node_modules/cz-customizable/standalone.js",
"prepare": "husky install"
"prepare": "patch-package && husky install"
},
"peerDependencies": {
"esbuild": "^0.17.0",
Expand Down

0 comments on commit 9fae936

Please sign in to comment.