Skip to content

Commit

Permalink
Auto-commit: 2024-02-27 22:55:25
Browse files Browse the repository at this point in the history
Files:
auto-publish.sh
bun.lockb
make-repo-ssh.sh
np.sh
package.json

https://github.com/jacklehamster/autocommit
  • Loading branch information
jacklehamster committed Feb 28, 2024
1 parent dc2255b commit 4f515bf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 33 deletions.
3 changes: 3 additions & 0 deletions auto-publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
./build.sh

npm run auto-publish
Binary file modified bun.lockb
Binary file not shown.
21 changes: 0 additions & 21 deletions make-repo-ssh.sh

This file was deleted.

1 change: 0 additions & 1 deletion np.sh

This file was deleted.

19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@
"build:example": "cd example && bun i && bun run build && cd ..",
"list": "bun run samples/list-scripts.tsx",
"example": "cd example && bun start && cd ..",
"make-repo-ssh": "./make-repo-ssh.sh",
"fix-package-name": "npm explore package-name-fixer -- bun start \"$(pwd)\"",
"autocommit": "npm explore @dobuki/autocommit -- bun run autocommit \"$(pwd)\"",
"np": "bun run build && bun run build:example && bun run make-repo-ssh && bun run autocommit && np"
"auto-publish": "npm explore @dobuki/auto-publish -- bun run auto-publish \"$(pwd)\""
},
"publishConfig": {
"access": "public"
Expand All @@ -50,17 +48,16 @@
"dist"
],
"devDependencies": {
"@dobuki/autocommit": "^1.0.8",
"@types/bun": "^1.0.4",
"@types/jest": "^29.5.6",
"@dobuki/auto-publish": "^1.0.7",
"@types/bun": "^1.0.8",
"@types/jest": "^29.5.12",
"@types/mocha": "^10.0.3",
"@types/react": "^18.2.21",
"bun": "^1.0.25",
"bun-types": "^1.0.2",
"@types/react": "^18.2.60",
"bun": "^1.0.29",
"bun-types": "^1.0.29",
"jest": "^29.7.0",
"np": "^9.2.0",
"package-name-fixer": "^1.0.9",
"prettier": "^3.0.3",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3"
Expand Down

0 comments on commit 4f515bf

Please sign in to comment.