Skip to content

Commit 6326017

Browse files
committed
Don't install bower in circleci setup
1 parent 54605ef commit 6326017

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ commands:
1010
steps:
1111
- run: node --version
1212
- run: npm version
13-
- run: npm install -g bower
1413
- checkout
1514
- node/with-cache:
1615
steps:
@@ -20,7 +19,6 @@ commands:
2019
steps:
2120
- run: node --version
2221
- run: npm version
23-
- run: npm install -g bower
2422
- checkout
2523
- node/install-yarn
2624
- node/with-cache:
@@ -38,7 +36,6 @@ commands:
3836
- run:
3937
name: Install dependencies
4038
command: yarn install
41-
- run: npm install -g bower
4239
- run: yarn node-test
4340

4441

0 commit comments

Comments
 (0)