Skip to content

Commit

Permalink
fix: remove postinstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Sep 12, 2023
1 parent 72a51b8 commit e51141c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CHANGELOG.md
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"build:esm": "yarn tsc -p tsconfig.node.json && yarn tsc -p tsconfig.web.json && cp package.json README.md LICENSE.md ./lib",
"build": "yarn clean && yarn build:web && yarn build:esm",
"clean": "rimraf [ lib coverage bundles ]",
"postinstall": "husky install",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier --check .",
Expand Down

0 comments on commit e51141c

Please sign in to comment.