Skip to content

Commit 026fe13

Browse files
committed
fix: Remove warning on install
1 parent 24057a4 commit 026fe13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"prepublishOnly": "npm run build",
2727
"postpublish": "npm run clean",
2828
"precommit": "npm run lint",
29-
"prepush": "npm run test",
30-
"postinstall": "echo-cli '\\nWe moved the CLI version of this tool into our Contentful CLI.\\nThis allows our users to use and install only one single CLI tool to get the full Contentful experience.\\n\\nFor more info please visit https://github.com/contentful/contentful-cli/tree/master/docs/space/export'"
29+
"prepush": "npm run test"
3130
},
3231
"repository": {
3332
"type": "git",

0 commit comments

Comments
 (0)