Skip to content

Commit f1a99f3

Browse files
Remove the accidental postinstall script sin
1 parent f182b24 commit f1a99f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"version": "npm run version:apiDocRefresh && npm run version:changelogBump",
1515
"postversion": "git push && git push --tags",
1616
"version:changelogBump": "changelog-updater && git add CHANGELOG.md",
17-
"version:apiDocRefresh": "api-extractor run && api-documenter markdown -i ./temp -o ./docs/api && git add ./docs/api/*",
18-
"postinstall": "is-npm || npm i --package-lock-only"
17+
"version:apiDocRefresh": "api-extractor run && api-documenter markdown -i ./temp -o ./docs/api && git add ./docs/api/*"
1918
},
2019
"author": "Jordan Mele <[email protected]> (https://djmm.me/)",
2120
"license": "MIT",

0 commit comments

Comments
 (0)