Skip to content

Commit ffcdff1

Browse files
committed
Fix long build command name
1 parent 7a88935 commit ffcdff1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ jobs:
303303
name: Install Packages
304304
command: yarn --frozen-lockfile --cache-folder ~/.cache/yarn
305305
- run:
306+
name: Build and archive
306307
command: |
307308
mkdir -p build/devtools
308309
cd packages/react-devtools-scheduling-profiler

0 commit comments

Comments
 (0)