Skip to content

Commit

Permalink
chore: remove release script
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Mar 27, 2024
1 parent 66b0c97 commit 65eb271
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
"test:dts": "tsc --noEmit --isolatedModules dist/index.d.ts",
"sync-pkg-version": "node scripts/syncVersion.js && pnpm format",
"build-all": "pnpm package && pnpm -r build",
"docs": "pnpm package && typedoc dist/index.d.ts --options typedoc.cjs --out docs",
"release": "semantic-release"
"docs": "pnpm package && typedoc dist/index.d.ts --options typedoc.cjs --out docs"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
Expand Down

0 comments on commit 65eb271

Please sign in to comment.