Skip to content

Commit

Permalink
Merge pull request #241 from furality/spr/main/8fd6d33b
Browse files Browse the repository at this point in the history
refactor: clean up unused scripts
  • Loading branch information
ttshivers authored Dec 30, 2023
2 parents a721b50 + bb474c9 commit c46e1f6
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 c46e1f6

Please sign in to comment.