diff --git a/package.json b/package.json index 6ef799c3f..775c63ccc 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "prettier": "prettier . --write", "lint:fix": "eslint . --fix", "lint": "prettier . --check && eslint .", - "postinstall": "opencollective-postinstall && sh build/husky.sh", + "postinstall": "opencollective-postinstall && npx husky install", "prepare": "npm run build", "pub:next": "cross-env RELEASE_TAG=next sh build/release.sh", "pub": "sh build/release.sh", @@ -119,4 +119,4 @@ "creator", "generator" ] -} +} \ No newline at end of file