mirror of
https://github.com/kennethnym/jrx.git
synced 2026-03-20 11:51:17 +00:00
Compare commits
3 Commits
jrx-node-n
...
fix-publis
| Author | SHA1 | Date | |
|---|---|---|---|
| d2174260c1 | |||
| 2d75600913 | |||
| 69a8a8fe67 |
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -21,6 +21,6 @@ jobs:
|
||||
|
||||
- run: bun test
|
||||
|
||||
- run: bun publish --access public --provenance
|
||||
- run: bunx npm publish --provenance --access public
|
||||
env:
|
||||
NPM_CONFIG_REGISTRY: https://registry.npmjs.org
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nym.sh/jrx",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
|
||||
Reference in New Issue
Block a user