Skip to content

Commit

Permalink
#2 apply webpack to the circleci env install so it can run during build
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6a77 committed Jan 21, 2020
1 parent 26b0032 commit 73dc7dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Expand Up @@ -23,6 +23,11 @@ jobs:
- v1-dependencies-

- run: npm install
- run:
name: Environment setup
command: |
npm install webpack
npm install webpack-cli
- run:
name: Build library
command: npm run clean && webpack
Expand Down

0 comments on commit 73dc7dc

Please sign in to comment.