Skip to content
Merged
Prev Previous commit
Next Next commit
ci(json-api-nestjs): set publish from local deploy scrip
  • Loading branch information
Alexander Kharkovey committed Oct 8, 2022
commit 0cf0c5c97e9710c160e9d94be8d1e6c700e30d45
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
run: npm ci
- name: Test
run: npx nx affected:test --base=remotes/origin/master
- name: Publishing pre-releases
run: npx nx affected --target=deploy --base=remotes/origin/master
env:
CI: true
4 changes: 2 additions & 2 deletions libs/json-api-nestjs/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"projectType": "library",
"targets": {
"deploy": {
"executor": "./dist/libs/sevrel:release",
"executor": "./dist/libs/semrel:release",
"dependsOn": [
{ "projects": "dependencies", "target": "build" },
{ "projects": "self", "target": "release" }
Expand Down Expand Up @@ -77,5 +77,5 @@
}
},
"tags": [],
"implicitDependencies": ["sevrel"]
"implicitDependencies": ["semrel"]
}