Skip to content

Commit 1948ced

Browse files
committed
fix: Remove warning on install
1 parent e0331f9 commit 1948ced

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
@@ -34,8 +34,7 @@
3434
"devdep:install": "npm run devdep:build && rm -rf node_modules/contentful-batch-libs && npm install ../contentful-batch-libs && npm run devdep:clean",
3535
"devdep:uninstall": "npm run devdep:clean && rimraf node_modules/contentful-batch-libs",
3636
"precommit": "npm run lint",
37-
"prepush": "npm run test:unit",
38-
"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/import'"
37+
"prepush": "npm run test:unit"
3938
},
4039
"repository": {
4140
"type": "git",

0 commit comments

Comments
 (0)