Skip to content

Commit

Permalink
wip: update paths
Browse files Browse the repository at this point in the history
  • Loading branch information
devdigital committed Jan 7, 2024
1 parent c77a89b commit 8880888
Show file tree
Hide file tree
Showing 22 changed files with 25 additions and 51 deletions.
3 changes: 2 additions & 1 deletion packages/config-eslint/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/config-eslint",
"noBuild": true
}
},
"git-push": {
Expand Down
3 changes: 2 additions & 1 deletion packages/config-prettier/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/config-prettier",
"noBuild": true
}
},
"git-push": {
Expand Down
4 changes: 0 additions & 4 deletions packages/deepmerge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"watch": "tsup --watch",
"create-package": "mkdir -p ./output && cp -R ./dist/. ./output/dist && cp package.json ./output"
},
"publishConfig": {
"access": "public",
"distFolderPath": "."
},
"dependencies": {
"@utilz/types": "workspace:^",
"deepmerge": "^4.2.2"
Expand Down
3 changes: 2 additions & 1 deletion packages/deepmerge/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/deepmerge",
"noBuild": true
}
},
"git-push": {
Expand Down
4 changes: 0 additions & 4 deletions packages/dummy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"watch": "tsup --watch",
"create-package": "mkdir -p ./output && cp -R ./dist/. ./output/dist && cp package.json ./output"
},
"publishConfig": {
"access": "public",
"distFolderPath": "."
},
"dependencies": {
"@utilz/deepmerge": "workspace:^",
"@utilz/types": "workspace:^",
Expand Down
3 changes: 2 additions & 1 deletion packages/dummy/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/dummy",
"noBuild": true
}
},
"git-push": {
Expand Down
4 changes: 0 additions & 4 deletions packages/file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"watch": "tsup --watch",
"create-package": "mkdir -p ./output && cp -R ./dist/. ./output/dist && cp package.json ./output"
},
"publishConfig": {
"access": "public",
"distFolderPath": "."
},
"dependencies": {
"@utilz/deepmerge": "workspace:^",
"@utilz/types": "workspace:^",
Expand Down
3 changes: 2 additions & 1 deletion packages/file/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/file",
"noBuild": true
}
},
"git-push": {
Expand Down
3 changes: 0 additions & 3 deletions packages/get/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"watch": "tsup --watch",
"create-package": "mkdir -p ./output && cp -R ./dist/. ./output/dist && cp package.json ./output"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@utilz/types": "workspace:^"
},
Expand Down
3 changes: 2 additions & 1 deletion packages/get/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/get",
"noBuild": true
}
},
"git-push": {
Expand Down
4 changes: 0 additions & 4 deletions packages/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"watch": "tsup --watch",
"create-package": "mkdir -p ./output && cp -R ./dist/. ./output/dist && cp package.json ./output"
},
"publishConfig": {
"access": "public",
"distFolderPath": "."
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"axios": "^0.26.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/github/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/github",
"noBuild": true
}
},
"git-push": {
Expand Down
4 changes: 0 additions & 4 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"watch": "tsup --watch",
"create-package": "mkdir -p ./output && cp -R ./dist/. ./output/dist && cp package.json ./output"
},
"publishConfig": {
"access": "public",
"distFolderPath": "."
},
"dependencies": {
"@utilz/deepmerge": "workspace:^",
"@utilz/types": "workspace:^",
Expand Down
4 changes: 3 additions & 1 deletion packages/logger/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"npm-publish": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public"
"access": "public",
"distFolderPath": "./packages/logger",
"noBuild": true
}
},
"git-push": {
Expand Down
4 changes: 0 additions & 4 deletions packages/merge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@
"esm/*",
"umd/*"
],
"publishConfig": {
"access": "public",
"distFolderPath": "."
},
"gitHead": "fd9c9876a53d5cd4ef6a4fe0deb6e97ae34461cf",
"dependencies": {
"@utilz/types": "workspace:^"
Expand Down
3 changes: 2 additions & 1 deletion packages/merge/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/merge",
"noBuild": true
}
},
"git-push": {
Expand Down
4 changes: 0 additions & 4 deletions packages/object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"watch": "tsup --watch",
"create-package": "mkdir -p ./output && cp -R ./dist/. ./output/dist && cp package.json ./output"
},
"publishConfig": {
"access": "public",
"distFolderPath": "."
},
"dependencies": {
"@utilz/types": "workspace:^",
"ramda": "^0.27.0"
Expand Down
3 changes: 2 additions & 1 deletion packages/object/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/object",
"noBuild": true
}
},
"git-push": {
Expand Down
4 changes: 0 additions & 4 deletions packages/tokenizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"watch": "tsup --watch",
"create-package": "mkdir -p ./output && cp -R ./dist/. ./output/dist && cp package.json ./output"
},
"publishConfig": {
"access": "public",
"distFolderPath": "."
},
"dependencies": {
"@utilz/object": "workspace:^",
"@utilz/types": "workspace:^",
Expand Down
3 changes: 2 additions & 1 deletion packages/tokenizer/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/tokenizer",
"noBuild": true
}
},
"git-push": {
Expand Down
4 changes: 0 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
"watch": "tsup --watch",
"create-package": "mkdir -p ./output && cp -R ./dist/. ./output/dist && cp package.json ./output"
},
"publishConfig": {
"access": "public",
"distFolderPath": "."
},
"devDependencies": {
"tsup": "^7.3.0",
"typescript": "^5.2.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/types/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "."
"distFolderPath": "./packages/types",
"noBuild": true
}
},
"git-push": {
Expand Down

0 comments on commit 8880888

Please sign in to comment.