Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cc65c3

Browse files
committed
chore(repo): remove manual publish files
1 parent 17fe106 commit 1cc65c3

File tree

6 files changed

+3
-127
lines changed

6 files changed

+3
-127
lines changed

libs/cannon/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@
2222
},
2323
"defaultConfiguration": "production"
2424
},
25-
"publish": {
26-
"command": "npm publish",
27-
"options": {
28-
"cwd": "dist/libs/cannon"
29-
}
30-
},
31-
"publish-beta": {
32-
"command": "npm publish --tag=beta",
33-
"options": {
34-
"cwd": "dist/libs/cannon"
35-
}
36-
},
3725
"test": {
3826
"executor": "@analogjs/vitest-angular:test"
3927
},

libs/core/project.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
"pnpm exec nx build core",
4242
"pnpm exec nx build-ecosystem core",
4343
"pnpm exec nx generate-json core",
44-
"pnpm exec nx build plugin",
45-
"pnpm exec nx post-package core"
44+
"pnpm exec nx build plugin"
4645
],
4746
"parallel": false
4847
}
@@ -54,25 +53,6 @@
5453
"parallel": true
5554
}
5655
},
57-
"publish": {
58-
"command": "npm publish",
59-
"options": {
60-
"cwd": "dist/libs/core"
61-
}
62-
},
63-
"publish-beta": {
64-
"command": "npm publish --tag=beta",
65-
"options": {
66-
"cwd": "dist/libs/core"
67-
}
68-
},
69-
"post-package": {
70-
"executor": "nx:run-commands",
71-
"options": {
72-
"commands": ["node ./tools/scripts/release/post-package-core.mjs"],
73-
"parallel": false
74-
}
75-
},
7656
"test": {
7757
"executor": "@analogjs/vitest-angular:test"
7858
},

libs/postprocessing/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@
2222
},
2323
"defaultConfiguration": "production"
2424
},
25-
"publish": {
26-
"command": "npm publish",
27-
"options": {
28-
"cwd": "dist/libs/postprocessing"
29-
}
30-
},
31-
"publish-beta": {
32-
"command": "npm publish --tag=beta",
33-
"options": {
34-
"cwd": "dist/libs/postprocessing"
35-
}
36-
},
3725
"test": {
3826
"executor": "@analogjs/vitest-angular:test"
3927
},

libs/rapier/project.json

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,9 @@
2222
},
2323
"defaultConfiguration": "production"
2424
},
25-
"publish": {
26-
"command": "npm publish",
27-
"options": {
28-
"cwd": "dist/libs/rapier"
29-
}
25+
"test": {
26+
"executor": "@analogjs/vitest-angular:test"
3027
},
31-
"publish-beta": {
32-
"command": "npm publish --tag=beta",
33-
"options": {
34-
"cwd": "dist/libs/rapier"
35-
}
36-
},
37-
"test": {
38-
"executor": "@nx/jest:jest",
39-
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"],
40-
"options": {
41-
"jestConfig": "libs/rapier/jest.config.ts"
42-
}
43-
},
4428
"lint": {
4529
"executor": "@nx/eslint:lint"
4630
}

libs/soba/project.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,6 @@
2222
},
2323
"defaultConfiguration": "production"
2424
},
25-
"publish": {
26-
"command": "npm publish",
27-
"options": {
28-
"cwd": "dist/libs/soba"
29-
}
30-
},
31-
"publish-beta": {
32-
"command": "npm publish --tag=beta",
33-
"options": {
34-
"cwd": "dist/libs/soba"
35-
}
36-
},
3725
"test": {
3826
"executor": "@analogjs/vitest-angular:test"
3927
},

tools/scripts/release/post-package-core.mjs

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)