Skip to content

Commit

Permalink
test-1: keep hooks and only do preinstall.
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 committed Dec 22, 2023
1 parent e2e5c43 commit f242503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand Down Expand Up @@ -119,4 +119,4 @@
"creator",
"generator"
]
}
}

0 comments on commit f242503

Please sign in to comment.