Skip to content

Commit f2fa17d

Browse files
stainless-botstainless-app[bot]
authored andcommitted
fix: allow git imports for pnpm (#873)
1 parent 0152859 commit f2fa17d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"scripts": {
1717
"test": "./scripts/test",
1818
"build": "./scripts/build",
19-
"prepack": "echo 'to pack, run yarn build && (cd dist; yarn pack)' && exit 1",
2019
"prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1",
2120
"format": "prettier --write --cache --cache-strategy metadata . !dist",
2221
"prepare": "if ./scripts/utils/check-is-in-git-install.sh; then ./scripts/build; fi",

0 commit comments

Comments
 (0)