Skip to content

Commit 453ba13

Browse files
committed
fix: Remove postinstall script
1 parent c9a5ce8 commit 453ba13

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
@@ -16,8 +16,7 @@
1616
"scripts": {
1717
"eslint": "eslint --max-warnings=0 './**/*.{js,jsx}'",
1818
"eslint:fix": "eslint --fix './**/*.{js,jsx}'",
19-
"test:unit": "jest --verbose",
20-
"postinstall": "rm -rf node_modules/@strapi/helper-plugin"
19+
"test:unit": "jest --verbose"
2120
},
2221
"dependencies": {
2322
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)