File tree Expand file tree Collapse file tree 6 files changed +18
-3
lines changed
Expand file tree Collapse file tree 6 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 2828 uses : ./.github/actions
2929
3030 - name : Build
31- run : npx nx run-many -t build --parallel=3 --exclude='*,!tag:type:publish'
31+ run : npx nx affected -t build --parallel=3 --exclude='*,!tag:type:publish'
3232
3333 - name : Publish packages
3434 run : npx nx release publish
Original file line number Diff line number Diff line change 1818 "tslib" : " >2.3.0" ,
1919 "reflect-metadata" : " ^0.1.12 || ^0.2.0" ,
2020 "rxjs" : " ^7.1.0"
21+ },
22+ "publishConfig" : {
23+ "access" : " public"
2124 }
2225}
Original file line number Diff line number Diff line change 4242 " ./mjs/src/ngModule.d.ts"
4343 ]
4444 }
45+ },
46+ "publishConfig" : {
47+ "access" : " public"
4548 }
4649}
Original file line number Diff line number Diff line change 1919 "type" : " commonjs" ,
2020 "main" : " ./cjs/src/index.js" ,
2121 "types" : " ./cjs/src/index.d.ts" ,
22- "module" : " ./mjs/src/index.js"
22+ "module" : " ./mjs/src/index.js" ,
23+ "publishConfig" : {
24+ "access" : " public"
25+ }
2326}
Original file line number Diff line number Diff line change 1818 " typeorm" ,
1919 " microorm" ,
2020 " CRUD"
21- ]
21+ ],
22+ "publishConfig" : {
23+ "access" : " public"
24+ }
2225}
Original file line number Diff line number Diff line change 1616 "tslib" : " >2.3.0" ,
1717 "reflect-metadata" : " ^0.1.12 || ^0.2.0" ,
1818 "rxjs" : " ^7.1.0"
19+ },
20+ "publishConfig" : {
21+ "access" : " public"
1922 }
2023}
You can’t perform that action at this time.
0 commit comments