Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
ci(scripts): don't run postinstall script in ci environments
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Sep 15, 2021
1 parent f0f96c5 commit 948b852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"types": "./build/esm/index.d.ts",
"scripts": {
"clean": "rimraf node_modules",
"postinstall": "husky-run install",
"postinstall": "is-ci || husky-run install",
"check:format": "prettier --check .",
"check:style": "eslint . --ext md,js,ts",
"fix:format": "prettier --write .",
Expand Down

0 comments on commit 948b852

Please sign in to comment.