Skip to content

Commit

Permalink
ci: new config for cci
Browse files Browse the repository at this point in the history
  • Loading branch information
brecke committed Oct 12, 2021
1 parent b0214a8 commit 89ca775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- checkout
- run:
name: Install Grunt
command: yarn add -W grunt grunt-cli
command: npm i -W grunt grunt-cli
- run:
name: Install NPM dependencies
command: npx lerna bootstrap
command: npm i
- run:
name: Production build
command: npx grunt
Expand Down

0 comments on commit 89ca775

Please sign in to comment.