Skip to content

Commit 97e3cc3

Browse files
author
alexandremagno
committed
changing build config steps to not run module install
1 parent cb06e28 commit 97e3cc3

File tree

3 files changed

+24078
-22847
lines changed

3 files changed

+24078
-22847
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
name: run node tests
7575
command: npm run test
7676
no_output_timeout: 60m
77-
- run:
78-
name: install frontend dependencies
79-
command: npm install
80-
working_directory: frontend
77+
#- run:
78+
# name: install frontend dependencies
79+
# command: npm install
80+
# working_directory: frontend
8181
#- run:
8282
# name: run frontend tests
8383
# command: npm run test

0 commit comments

Comments
 (0)