Skip to content

Commit

Permalink
add commit script
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jan 24, 2025
1 parent 3d7b065 commit 552e74f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/metro.all.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/metro.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"check": "npx biome check",
"commit": "node -e \"const mssg = process.argv[1]; require('child_process').execSync('npm run build && git add . && git commit -m \\\"' + mssg + '\\\"', { stdio:[0, 1, 2] })\""
},
"pre-commit": [ "build" ],
"pre-commit": [ ],
"browserslist": [
"last 2 versions"
],
Expand Down

0 comments on commit 552e74f

Please # to comment.