Skip to content

Commit cbb4b5f

Browse files
committed
circle config fix formatting
1 parent a751cd0 commit cbb4b5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070
NODE_ENV: production
7171
NODE_OPTIONS: --max-old-space-size=4000
7272
steps:
73-
<<: *setup_steps
74-
<<: *test_steps
75-
<<: *build_steps
73+
*setup_steps
74+
*test_steps
75+
*build_steps
7676
setup:
7777
<<: *defaults
7878
steps:

0 commit comments

Comments
 (0)