File tree 6 files changed +3
-127
lines changed 6 files changed +3
-127
lines changed Original file line number Diff line number Diff line change 22
22
},
23
23
"defaultConfiguration" : " production"
24
24
},
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
- },
37
25
"test" : {
38
26
"executor" : " @analogjs/vitest-angular:test"
39
27
},
Original file line number Diff line number Diff line change 41
41
" pnpm exec nx build core" ,
42
42
" pnpm exec nx build-ecosystem core" ,
43
43
" 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"
46
45
],
47
46
"parallel" : false
48
47
}
54
53
"parallel" : true
55
54
}
56
55
},
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
- },
76
56
"test" : {
77
57
"executor" : " @analogjs/vitest-angular:test"
78
58
},
Original file line number Diff line number Diff line change 22
22
},
23
23
"defaultConfiguration" : " production"
24
24
},
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
- },
37
25
"test" : {
38
26
"executor" : " @analogjs/vitest-angular:test"
39
27
},
Original file line number Diff line number Diff line change 22
22
},
23
23
"defaultConfiguration" : " production"
24
24
},
25
- "publish" : {
26
- "command" : " npm publish" ,
27
- "options" : {
28
- "cwd" : " dist/libs/rapier"
29
- }
25
+ "test" : {
26
+ "executor" : " @analogjs/vitest-angular:test"
30
27
},
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
- },
44
28
"lint" : {
45
29
"executor" : " @nx/eslint:lint"
46
30
}
Original file line number Diff line number Diff line change 22
22
},
23
23
"defaultConfiguration" : " production"
24
24
},
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
- },
37
25
"test" : {
38
26
"executor" : " @analogjs/vitest-angular:test"
39
27
},
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments