Skip to content

Commit

Permalink
chore: remove postinstall
Browse files Browse the repository at this point in the history
Otherwise, the installation logic does not work
  • Loading branch information
timurbazhirov authored Mar 23, 2024
1 parent dabea4d commit e1b5d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"lint": "eslint --cache src/js tests/js && prettier --write src/js tests/js",
"lint:fix": "eslint --fix --cache src/js tests/js && prettier --write src/js tests/js",
"lint:staged": "lint-staged",
"postinstall": "npm run transpile",
"prepare": "husky install",
"prettier": "prettier --check src/js tests/js",
"test": "nyc --reporter=text mocha --recursive --bail tests/js",
Expand Down

0 comments on commit e1b5d28

Please sign in to comment.