Skip to content

Commit

Permalink
fix: 📌 added postinstall script to apply package patch
Browse files Browse the repository at this point in the history
  • Loading branch information
KillDozerX2 committed Apr 11, 2022
1 parent 2933df8 commit 0ca310b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "prettier -l index.js || (echo need formatting ; exit 1)",
"format": "prettier --write index.js"
"format": "prettier --write index.js",
"postinstall": "npx patch-package"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0ca310b

Please sign in to comment.