diff --git a/package.json b/package.json index e22b1c4..c1f7bf9 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,7 @@ "scripts": { "eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'", "eslint:fix": "eslint --fix './**/*.{js,jsx}'", - "test:unit": "jest --verbose", - "postinstall": "rm -rf node_modules/@strapi/helper-plugin" + "test:unit": "jest --verbose" }, "dependencies": { "chalk": "^4.1.2",