Skip to content

Commit

Permalink
fix: remove semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyadav committed Oct 4, 2023
1 parent a2e1aa8 commit 780775c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1,142 deletions.
4 changes: 1 addition & 3 deletions sdks/js/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "tsup --watch src",
"size": "size-limit",
"lint": "eslint \"./**/*.ts*\"",
"release": "npx semantic-release",
"release": "npm publish",
"test": "echo \"Error: no test specified\" && exit 0",
"gen:client": "npx swagger-typescript-api -p ../../../../proto/apidocs.swagger.yaml -o client --modular"
},
Expand Down Expand Up @@ -51,7 +51,6 @@
"devDependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@raystack/frontier-tsconfig": "workspace:^",
"@semantic-release/npm": "^11.0.0",
"@size-limit/preset-small-lib": "^8.2.6",
"@tanstack/react-table": "^8.10.1",
"@types/node": "^20.6.3",
Expand All @@ -63,7 +62,6 @@
"eslint-config-frontier": "workspace:^",
"np": "^7.7.0",
"prettier": "^2.8.8",
"semantic-release": "^22.0.5",
"size-limit": "^8.2.6",
"swagger-typescript-api": "^13.0.3",
"tsup": "^6.7.0",
Expand Down
Loading

0 comments on commit 780775c

Please sign in to comment.