Skip to content

Commit 39bbdac

Browse files
authored
chore: Add npm install step (#8)
1 parent 4a8c575 commit 39bbdac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ jobs:
104104
- run:
105105
name: Authenticate with registry
106106
command: echo "//registry.npmjs.org/:_authToken=$ETHERSPOT_NPM_TOKEN" > ~/etherspot-modular-sdk/.npmrc
107+
- run:
108+
name: Install dependencies
109+
command: npm install
107110
- run:
108111
name: Build Etherpot Prime SDK
109112
command: npm run build

0 commit comments

Comments
 (0)