Skip to content

Commit d7f6e32

Browse files
fix: allow git imports for pnpm (#412)
1 parent e4ddf09 commit d7f6e32

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
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)