Skip to content

Commit

Permalink
fix: del postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
shijinn520 committed Sep 15, 2024
1 parent e51e301 commit 35d8097
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 @@ -124,7 +124,6 @@
"fix": "eslint lib/**/*.js --fix",
"fix:all": "eslint lib/**/*.js --fix && eslint lib/**/*.d.ts --fix",
"init": "node lib/cli/init.js",
"postinstall": "npm run init",
"pub": "npm publish --access public",
"sort": "npx sort-package-json && sort-json tsconfig.json",
"start": "node lib/cli/start.js start"
Expand Down

0 comments on commit 35d8097

Please sign in to comment.