Skip to content

Commit

Permalink
build(sdks): turning on release for sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
rallieon committed Aug 19, 2021
1 parent e6966c1 commit 5f78435
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "jest --coverage=true",
"lint": "eslint src --ext .ts",
"pretty": "prettier --write \"src/**/*.ts\"",
"semantic-release": "semantic-release -d"
"semantic-release": "semantic-release"
},
"lint-staged": {
"*.ts": "eslint src --ext .ts --fix"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test": "jest --coverage=true",
"lint": "eslint src --ext .ts",
"pretty": "prettier --write \"src/**/*.ts\"",
"semantic-release": "semantic-release -d"
"semantic-release": "semantic-release"
},
"lint-staged": {
"*.ts": "eslint src --ext .ts --fix"
Expand Down

0 comments on commit 5f78435

Please sign in to comment.