Skip to content

Commit b49018c

Browse files
committed
add publish-beta task
1 parent a93228a commit b49018c

File tree

3 files changed

+37
-14
lines changed

3 files changed

+37
-14
lines changed

deno.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"serve": "deno run --watch --allow-env --allow-net=unpkg.com,0.0.0.0 --allow-read=. demo/server.jsx",
77
"test-npm": "npm install --prefix npm && npm test --prefix npm",
88
"build": "deno task test && deno run --allow-env --allow-read --allow-write=. build.js && deno task test-npm",
9-
"publish": "deno task build && cd npm && npm publish --access public"
9+
"publish": "deno task build && cd npm && npm publish --access public",
10+
"publish-beta": "deno task build && cd npm && npm publish --tag beta --access public"
1011
},
1112
"test": {
1213
"files": {

deno.lock

Lines changed: 33 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)