Skip to content

Commit

Permalink
more publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
tnrich committed Apr 3, 2024
1 parent 553c8c0 commit 4d079fd
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 174 deletions.
16 changes: 16 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "nx",
"project": "",
"command": "run-many",
"flags": [
"--target=publish",
"--projects=bio-parsers,ove,sequence-utils,ui"
],
"problemMatcher": [],
"label": "nx: nx run-many --target=publish --projects=bio-parsers,ove,sequence-utils,ui"
}
]
}
2 changes: 1 addition & 1 deletion packages/bio-parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/bio-parsers",
"version": "0.4.12",
"version": "0.4.14",
"type": "commonjs",
"dependencies": {
"@gmod/gff": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ove/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ove",
"version": "0.4.6",
"version": "0.4.8",
"main": "./src/index.js",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sequence-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/sequence-utils",
"version": "0.3.21",
"version": "0.3.23",
"type": "commonjs",
"dependencies": {
"bson-objectid": "^2.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@teselagen/ui",
"version": "0.3.79",
"version": "0.3.81",
"main": "./src/index.js",
"exports": {
".": {
Expand Down
4 changes: 2 additions & 2 deletions tools/scripts/publish.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ execSync(
`npm publish --access public --registry https://registry.npmjs.org/ --tag ${tag}`
);

execSync(`git commit -am "chore: publish ${name}@${version}"`);
execSync(`git push`);
// execSync(`git commit -am "chore: publish ${name}@${version}"`);
// execSync(`git push`);
171 changes: 3 additions & 168 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 4d079fd

Please sign in to comment.