Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalnagar committed Feb 10, 2024
1 parent b90ceb7 commit b6cc298
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"scripts": {
"build": "rimraf dist && tsc",
"release:dry-run": "yarn semantic-release --dry-run",
"release": "yarn semantic-release"
"release:dry-run": "npx semantic-release --dry-run",
"release": "npx semantic-release"
},
"peerDependencies": {
"eslint": ">=7.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"scripts": {
"build": "rimraf dist && tsc",
"release:dry-run": "yarn semantic-release --dry-run",
"release": "yarn semantic-release",
"release:dry-run": "npx semantic-release --dry-run",
"release": "npx semantic-release",
"lint": "eslint src/ --ext .ts,.tsx --max-warnings 0",
"lint:fix": "eslint --fix src/ --ext .ts,.tsx --max-warnings 0",
"test:watch": "jest --watch"
Expand Down
4 changes: 2 additions & 2 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"scripts": {
"build": "rimraf dist && tsc",
"release:dry-run": "yarn semantic-release --dry-run",
"release": "yarn semantic-release",
"release:dry-run": "npx semantic-release --dry-run",
"release": "npx semantic-release",
"lint": "eslint src/ --ext .ts,.tsx --max-warnings 0",
"test:watch": "jest --watch"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react-library.json"
],
"scripts": {
"release:dry-run": "yarn semantic-release --dry-run",
"release": "yarn semantic-release"
"release:dry-run": "npx semantic-release --dry-run",
"release": "npx semantic-release"
}
}

0 comments on commit b6cc298

Please sign in to comment.