Skip to content

Commit

Permalink
chore: adding dry-run script
Browse files Browse the repository at this point in the history
  • Loading branch information
abudayah committed Dec 26, 2024
1 parent a1d9b80 commit 386e8eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ react-hook-form-cloudscape.umd.js.map

# System files
.DS_Store

#Others
dry-run-output.txt
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ react-hook-form-cloudscape.umd.js.map

# System files
.DS_Store

#Others
dry-run-output.txt
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint:fix": "eslint . --fix",
"format": "prettier --write '**/*.{ts,tsx,json,cjs,js}'",
"build": "npm run lint:fix && npm run format && tsc && vite build",
"semantic-release": "semantic-release"
"dry-run": "npx semantic-release --dry-run > dry-run-output.txt"
},
"keywords": [
"react",
Expand Down

0 comments on commit 386e8eb

Please sign in to comment.