Skip to content

Commit

Permalink
feat(postinstall): remove postinstall clearing jest cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sibelius authored Jul 29, 2024
1 parent 6d99658 commit 1e0f1c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"prettier": "prettier cli src --check",
"prettier:fix": "pnpm run prettier -- --write",
"sort": "npx sort-package-json",
"postinstall": "node -e \"try{require('./dist/cli/clearCache')}catch(e){console.log(e)}\"",
"publish:local": "npm publish --registry http://0.0.0.0:4873/",
"ecosystem-ci": "node scripts/ecosystem-ci.js",
"lint": "eslint . --ext .tsx,.ts,.js,.jsx"
Expand Down

0 comments on commit 1e0f1c2

Please sign in to comment.