Skip to content

Commit

Permalink
#2 fix webpack build in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6a77 committed Jan 21, 2020
1 parent 73dc7dc commit 065ac8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
npm install webpack-cli
- run:
name: Build library
command: npm run clean && webpack
command: npm run lib:build

- save_cache:
paths:
Expand Down

0 comments on commit 065ac8e

Please sign in to comment.