chore(): fix angular server install

This commit is contained in:
Liam DeBeasi
2021-10-27 11:01:31 -04:00
parent 283ba60f2e
commit f7cdee4189

View File

@ -125,7 +125,7 @@ jobs:
- attach_workspace: - attach_workspace:
at: /tmp/workspace at: /tmp/workspace
- run: - run:
command: npm ci command: npm ci --legacy-peer-deps
working_directory: /tmp/workspace/packages/angular-server working_directory: /tmp/workspace/packages/angular-server
- run: - run:
command: npm run build.prod command: npm run build.prod