Skip to content

Commit

Permalink
fix: update paths (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
devdigital authored Jan 7, 2024
1 parent 96460e6 commit 64fec13
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/config-eslint/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config-prettier/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down
2 changes: 1 addition & 1 deletion packages/deepmerge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"publishConfig": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
},
"dependencies": {
"@utilz/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/deepmerge/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dummy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"publishConfig": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
},
"dependencies": {
"@utilz/deepmerge": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/dummy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down
2 changes: 1 addition & 1 deletion packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"publishConfig": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
},
"dependencies": {
"@utilz/deepmerge": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/file/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down
2 changes: 1 addition & 1 deletion packages/get/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down
2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"publishConfig": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
},
"dependencies": {
"@octokit/rest": "^18.12.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/github/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down
2 changes: 1 addition & 1 deletion packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"publishConfig": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
},
"dependencies": {
"@utilz/deepmerge": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
"publishConfig": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
},
"gitHead": "fd9c9876a53d5cd4ef6a4fe0deb6e97ae34461cf",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/merge/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down
2 changes: 1 addition & 1 deletion packages/object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"publishConfig": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
},
"dependencies": {
"@utilz/types": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/object/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tokenizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"publishConfig": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
},
"dependencies": {
"@utilz/object": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokenizer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"publishConfig": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
},
"devDependencies": {
"tsup": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "./dist"
"distFolderPath": "."
}
},
"git-push": {
Expand Down

0 comments on commit 64fec13

Please sign in to comment.