Skip to content

Commit

Permalink
chore: update release command
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 15, 2023
1 parent 98fcadb commit 0be11c7
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 37 deletions.
2 changes: 1 addition & 1 deletion agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "time ensuite agent.test.ts",
"cov": "time ensuite-cov -r text -r lcov -- agent.test.ts",
"ubik": "npm run check && npm run cov all && ubik",
"release": "ubik publish --access public --otp 123123"
"release": "ubik release --access public --otp 123123"
},
"dependencies": {
"@hackbg/4mat": "workspace:^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions connect/cw/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cov": "time ensuite-cov -r text -r lcov -- cw.test.ts",
"ubik": "npm run check && npm run cov all && time ubik",
"schema": "./schema/cw-gen-types.cjs",
"release": "time pnpm ubik publish --access public --otp 123123",
"release:fast": "time ubik publish --access public --otp 123123"
"release": "time pnpm ubik release --access public --otp 123123",
"release:fast": "time ubik release --access public --otp 123123"
}
}
4 changes: 2 additions & 2 deletions connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "time ensuite connect.test.ts",
"cov": "time ensuite-cov -r text -r lcov -- connect.test.ts",
"ubik": "npm run check && npm run cov all && time ubik",
"release": "time pnpm ubik publish --access public --otp 123123",
"release:fast": "time ubik publish --access public --otp 123123"
"release": "time pnpm ubik release --access public --otp 123123",
"release:fast": "time ubik release --access public --otp 123123"
}
}
4 changes: 2 additions & 2 deletions connect/scrt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "time ensuite scrt.test.ts",
"cov": "time ensuite-cov -r text -r lcov -- scrt.test.ts",
"ubik": "npm run check && npm run cov all && time ubik",
"release": "time pnpm ubik publish --access public --otp 123123",
"release:fast": "time ubik publish --access public --otp 123123"
"release": "time pnpm ubik release --access public --otp 123123",
"release:fast": "time ubik release --access public --otp 123123"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"repl": "./fadroma.cli.cjs repl",
"test": "time ensuite fadroma.test.ts",
"ubik": "ubik",
"release": "pnpm i && pnpm clean && pnpm check && pnpm cov all && ubik publish --otp 123123",
"release:fast": "pnpm i && ubik publish --otp 123123"
"release": "pnpm i && pnpm clean && pnpm check && pnpm cov all && ubik release --otp 123123",
"release:fast": "pnpm i && ubik release --otp 123123"
},
"dependencies": {
"@fadroma/agent": "workspace:2.0.0-rc.3",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@hackbg/ensuite": "workspace:^",
"@hackbg/fadroma": "workspace:*",
"@hackbg/ganesha": "workspace:^",
"@hackbg/ubik": "workspace:*",
"@hackbg/ubik": "workspace:^2",
"@types/dockerode": "^3.3.23",
"@types/js-yaml": "^4.0.9",
"@types/node": "latest",
Expand Down
46 changes: 20 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion toolbox

0 comments on commit 0be11c7

Please sign in to comment.