Skip to content

Commit

Permalink
chore: remove bumpp and publish scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Nov 10, 2023
1 parent 020b28e commit 776f08b
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 @@ -87,10 +87,7 @@
"checks": "npm run lint && npm run typecheck && npm run test",
"version": "npm run build",
"test": "c8 ts-node bin/test.ts",
"quick:test": "ts-node bin/test.ts",
"vscode:prepublish": "npm run build",
"vscode:package": "vsce package",
"vscode:publish": "bumpp --commit --push --tag && vsce publish"
"quick:test": "ts-node bin/test.ts"
},
"dependencies": {
"change-case": "^4.1.2",
Expand All @@ -107,7 +104,6 @@
"@types/dedent": "^0.7.0",
"@types/node": "16.x",
"@types/vscode": "^1.70.0",
"bumpp": "^9.2.0",
"c8": "^8.0.1",
"dedent": "^0.7.0",
"del-cli": "^5.0.0",
Expand Down

0 comments on commit 776f08b

Please sign in to comment.