Skip to content

Commit f76af01

Browse files
authored
fix: do not patch package in prod (#641)
1 parent fe46206 commit f76af01

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@
9494
"format:fix": "cargo fmt --all && prettier --write .",
9595
"lint": "eslint --max-warnings=0 && cargo clippy -- -Dwarnings",
9696
"lint:fix": "eslint --max-warnings=0 --fix && cargo clippy --fix --allow-dirty",
97-
"prepare": "husky",
98-
"prepublishOnly": "npm run build && napi prepublish -t npm",
99-
"postinstall": "patch-package"
97+
"prepare": "patch-package && husky",
98+
"prepublishOnly": "npm run build && napi prepublish -t npm"
10099
}
101100
}

0 commit comments

Comments
 (0)