Skip to content

Commit

Permalink
refactor: clean up unused scripts
Browse files Browse the repository at this point in the history
Clean up unused scripts

commit-id:8fd6d33b
  • Loading branch information
ttshivers committed Dec 30, 2023
1 parent a721b50 commit bb474c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@
"build": "rimraf -rf dist && tsc -p tsconfig.json",
"format": "prettier --write \"{lib}/**/*.ts\"",
"lint": "eslint 'lib/**/*.ts' --fix",
"prepare": "npm run build",
"prepublish:npm": "npm run build",
"publish:npm": "npm publish --access public",
"publish:beta": "npm publish --access public --tag beta",
"prepublish:beta": "npm run build"
"prepare": "npm run build"
},
"dependencies": {
"axios-retry": "^4.0.0"
Expand Down

0 comments on commit bb474c9

Please sign in to comment.