fix: Remove postinstall script

pull/33/head 1.0.0-alpha.4
Boaz Poolman 2021-12-13 11:54:24 +01:00
parent c9a5ce81ba
commit 453ba13514
1 changed files with 1 additions and 2 deletions

View File

@ -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",