Skip to content

Commit

Permalink
chore: remove prepack and postpack npm scripts (#4049)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Jan 17, 2022
1 parent 8351e25 commit be9cf6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@
"test:affected": "node ./tools/affected-test.js",
"docs": "node ./site/scripts/docs.js",
"watch": "c8 --reporter=lcov ava --watch",
"prepack": "npm prune --prod",
"postpack": "npm i",
"site:build": "run-s site:build:*",
"site:build:install": "cd site && npm ci --no-audit",
"site:build:assets": "cd site && npm run build",
Expand Down

1 comment on commit be9cf6d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 448 MB

Please sign in to comment.