Skip to content

Commit

Permalink
fix: update ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Sep 21, 2020
1 parent f62f500 commit a63528e
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,7 @@ jobs:
# run tests!
#- run: npm run lint:formatting

- 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 build

- run: npx lerna run test

Expand Down

0 comments on commit a63528e

Please sign in to comment.