Skip to content

Commit

Permalink
Auto-commit: 2024-01-29 20:05:16
Browse files Browse the repository at this point in the history
  • Loading branch information
jacklehamster committed Jan 30, 2024
1 parent 5001c41 commit 4a1d171
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
"httpSample": "bun run samples/server.tsx",
"make-repo-ssh": "./make-repo-ssh.sh",
"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 && npm publish --access=public && np"
"np": "bun run build && bun run build:example && bun run make-repo-ssh && bun run autocommit && np"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
Expand Down

0 comments on commit 4a1d171

Please sign in to comment.