Skip to content

Commit d1f32a7

Browse files
committed
Change build:all step to build:all-test
1 parent 0ef481e commit d1f32a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- run:
4545
name: Run build
46-
command: npm run build:all
46+
command: npm run build:all-test
4747

4848
- save_cache:
4949
key: deps1-{{ .Branch }}-{{ checksum "package.json" }}

0 commit comments

Comments
 (0)