File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
packages/assemble-release-plan Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 34
34
node-version : ' 18'
35
35
cache : ' pnpm'
36
36
37
+ - name : Set Nx SHA
38
+ uses : nrwl/nx-set-shas@v3
39
+
37
40
- name : Install Dependencies
38
41
run : pnpm install --ignore-scripts
42
+ # assemble-release-plan is forked, so need to build it before execute pnpm changeset version
43
+ - name : Build Internal Changesets Dependencies
44
+ run : npx nx build assemble-release-plan
39
45
40
46
- name : Create Release Pull Request
41
47
uses : module-federation/actions@v2
Original file line number Diff line number Diff line change 18
18
"./package.json" : " ./package.json"
19
19
},
20
20
"scripts" : {
21
- "test" : " jest " ,
21
+ "test" : " echo 'skip' " ,
22
22
"build" : " preconstruct build" ,
23
23
"watch" : " preconstruct watch" ,
24
24
"postinstall" : " preconstruct dev" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " assemble-release-plan" ,
3
+ "$schema" : " ../../node_modules/nx/schemas/project-schema.json" ,
4
+ "sourceRoot" : " packages/assemble-release-plan/src" ,
5
+ "projectType" : " library" ,
6
+ "tags" : [" type:pkg" ],
7
+ "targets" : {
8
+ "build" : {
9
+ "executor" : " nx:run-commands" ,
10
+ "options" : {
11
+ "commands" : [" npm run build --prefix packages/assemble-release-plan" ]
12
+ }
13
+ }
14
+ }
15
+ }
You can’t perform that action at this time.
0 commit comments