Skip to content

Commit

Permalink
chore: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek committed May 17, 2023
1 parent 6166c62 commit 898c017
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion libs/command-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ddd-master/command-bus",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"version": "0.0.4",
"version": "0.0.10",
"private": false,
"exports": {
".": "./dist/src/index.js"
Expand Down
2 changes: 1 addition & 1 deletion libs/query-bus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ddd-master/query-bus",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"version": "0.0.4",
"version": "0.0.10",
"private": false,
"exports": {
".": "./dist/src/index.js"
Expand Down
2 changes: 1 addition & 1 deletion libs/result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ddd-master/result",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
"version": "0.0.4",
"version": "0.0.10",
"private": false,
"exports": {
".": "./dist/src/index.js"
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@ddd-master/main",
"version": "0.0.4",
"version": "0.0.10",
"private": true,
"scripts": {
"build:all": "turbo build:clean && turbo run build",
"build:clean": "turbo run build:clean",
"build:dev": "turbo run build:dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"publish:all": "turbo run new:package",
"bump:patch:all": "npm version patch --git-tag-version false & turbo run bump:patch"
"publish:all": "turbo run new:package --concurrency=1",
"bump:patch:all": "npm version patch --git-tag-version false && turbo run bump:patch --concurrency=1"
},
"devDependencies": {
"@commitlint/cli": "^17.4.3",
Expand Down

0 comments on commit 898c017

Please sign in to comment.