File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 61
61
with :
62
62
path : ${{ env.CACHE_DIST_PATH }}
63
63
key : dist-${{ github.run_id }}
64
- # - run: |
65
- # npx nx build ngx-bootstrap --runner=cloud --configuration=production
66
- # npx nx build --runner=cloud --configuration=production
67
64
- run : |
68
65
npx nx build ngx-bootstrap --configuration=production
69
66
npx nx prerender --configuration=production
Original file line number Diff line number Diff line change 51
51
path : dist
52
52
key : dist-${{ github.run_id }}
53
53
- run : |
54
- npx nx build ngx-bootstrap --runner=cloud -- configuration=production
55
- npx nx prerender --runner=cloud -- configuration=production
54
+ npx nx build ngx-bootstrap --configuration=production
55
+ npx nx prerender --configuration=production
56
56
57
57
# update release notes in github
58
58
# update_release_draft:
Original file line number Diff line number Diff line change 64
64
}
65
65
},
66
66
"@nx/eslint:lint" : {
67
- "inputs" : [" default" , " {workspaceRoot}/.eslintrc.json" ],
67
+ "inputs" : [" default" , " {workspaceRoot}/.eslintrc.json" ]
68
68
}
69
69
},
70
70
"useInferencePlugins" : false ,
You can’t perform that action at this time.
0 commit comments