Skip to content

Commit f82b310

Browse files
committed
Don't tag as latest on NPM
1 parent 16f2634 commit f82b310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/server/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
]
3030
},
3131
"publish:jsr": "deno publish",
32-
"publish:npm": "(cd npm; npm publish)"
32+
"publish:npm": "(cd npm; npm publish --tag publishtest)"
3333
},
3434
"fmt": {
3535
"singleQuote": true,

0 commit comments

Comments
 (0)