File tree Expand file tree Collapse file tree 6 files changed +3
-127
lines changed
Expand file tree Collapse file tree 6 files changed +3
-127
lines changed Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 }
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 },
Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 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 },
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments