Skip to content

Commit a1130a1

Browse files
authored
Merge pull request #91 from flor-master/DEVX-1278
Fix CI
2 parents 481d32f + f980035 commit a1130a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ init-npm: &init-npm
3030
run:
3131
name: Install dependencies
3232
command: |
33-
sudo npm i -g nx typescript
34-
sudo npm ci
33+
npm i -g nx typescript
34+
npm ci
3535
3636
jobs:
3737
test:

0 commit comments

Comments
 (0)