Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 58c02ad

Browse files
committed
circleci changes
1 parent c915d74 commit 58c02ad

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
@@ -63,8 +63,8 @@ build_npm_steps: &build_npm_steps
6363
build_steps: &build_steps
6464
- run: *install_build_dependencies
6565
- run: *install_awscli
66-
- run: *install_deploysuite
6766
- checkout
67+
- run: *install_deploysuite
6868
- restore_cache:
6969
key: node-modules-{{ checksum "package-lock.json" }}
7070
- run: npm install

0 commit comments

Comments
 (0)