Skip to content

Commit

Permalink
fix: ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Sep 21, 2020
1 parent fbb4281 commit 3812c3f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 32 deletions.
16 changes: 15 additions & 1 deletion .circleci/config.yml
Expand Up @@ -36,7 +36,21 @@ jobs:
# run tests!
#- run: npm run lint:formatting

- run: npx lerna run build
- run: npx lerna run build --scope=@stacks/common

- run: npx lerna run build --scope=@stacks/encryption

- run: npx lerna run build --scope=@stacks/network

- run: npx lerna run build --scope=@stacks/keychain

- run: npx lerna run build --scope=@stacks/profile

- run: npx lerna run build --scope=@stacks/auth

- run: npx lerna run build --scope=@stacks/storage

- run: npx lerna run build --scope=@stacks/transaction

- run: npx lerna run test

Expand Down
31 changes: 0 additions & 31 deletions packages/network/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3812c3f

Please sign in to comment.