You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,7 @@
34
34
"devdep:install": "npm run devdep:build && rm -rf node_modules/contentful-batch-libs && npm install ../contentful-batch-libs && npm run devdep:clean",
35
35
"devdep:uninstall": "npm run devdep:clean && rimraf node_modules/contentful-batch-libs",
36
36
"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'"
0 commit comments