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 6161 with :
6262 path : ${{ env.CACHE_DIST_PATH }}
6363 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
6764 - run : |
6865 npx nx build ngx-bootstrap --configuration=production
6966 npx nx prerender --configuration=production
Original file line number Diff line number Diff line change 5151 path : dist
5252 key : dist-${{ github.run_id }}
5353 - 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
5656
5757 # update release notes in github
5858# update_release_draft:
Original file line number Diff line number Diff line change 6464 }
6565 },
6666 "@nx/eslint:lint" : {
67- "inputs" : [" default" , " {workspaceRoot}/.eslintrc.json" ],
67+ "inputs" : [" default" , " {workspaceRoot}/.eslintrc.json" ]
6868 }
6969 },
7070 "useInferencePlugins" : false ,
You can’t perform that action at this time.
0 commit comments