Skip to content

Commit

Permalink
Merge pull request #18467 from strapi/v5/remove-postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebodin committed Oct 17, 2023
2 parents 6e232b4 + 157058b commit 9a76bd5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 38 deletions.
2 changes: 0 additions & 2 deletions packages/core/strapi/package.json
Expand Up @@ -70,7 +70,6 @@
"files": [
"./dist",
"./bin",
"./scripts",
"./resources",
"index.js"
],
Expand All @@ -79,7 +78,6 @@
"build:ts": "run build",
"clean": "run -T rimraf ./dist",
"copy-files": "copyfiles -u 1 -a 'src/**/*.html' 'src/**/*.png' dist",
"postinstall": "node ./scripts/postinstall.js",
"lint": "run -T eslint .",
"prepublishOnly": "yarn clean && yarn build",
"test:unit": "run -T jest",
Expand Down
7 changes: 0 additions & 7 deletions packages/core/strapi/scripts/postinstall.js

This file was deleted.

29 changes: 0 additions & 29 deletions packages/core/strapi/src/utils/postinstall.ts

This file was deleted.

0 comments on commit 9a76bd5

Please sign in to comment.