Skip to content

Commit c3d99f8

Browse files
authored
Fix: Aracana Config (#1857)
* add steps * build staging steps
1 parent 5aec48b commit c3d99f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ jobs:
399399
docker:
400400
- image: cimg/node:16.13.1
401401
working_directory: ~/web3-onboard-monorepo/packages/arcana-auth
402+
steps:
403+
- node-build-steps
402404
build-blocto:
403405
docker:
404406
- image: cimg/node:16.13.1
@@ -645,6 +647,8 @@ jobs:
645647
docker:
646648
- image: cimg/node:16.13.1
647649
working_directory: ~/web3-onboard-monorepo/packages/arcana-auth
650+
steps:
651+
- node-staging-build-steps
648652
build-staging-blocto:
649653
docker:
650654
- image: cimg/node:16.13.1

0 commit comments

Comments
 (0)