Skip to content

Commit

Permalink
#2 fix circleci build to run webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6a77 committed Jan 21, 2020
1 parent a4a956c commit 26b0032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -24,8 +24,8 @@ jobs:

- run: npm install
- run:
name: Run tests
command: npm test
name: Build library
command: npm run clean && webpack

- save_cache:
paths:
Expand Down

0 comments on commit 26b0032

Please sign in to comment.