We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2008c11 commit 03ba6d5Copy full SHA for 03ba6d5
1 file changed
.circleci/config.yml
@@ -60,7 +60,7 @@ jobs:
60
- checkout
61
- run:
62
name: Install packages
63
- command: npm ci
+ command: npm ci --install-strategy=nested
64
65
name: Build UI
66
command: npm --prefix web/client run build
0 commit comments