We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54605ef commit 6326017Copy full SHA for 6326017
1 file changed
.circleci/config.yml
@@ -10,7 +10,6 @@ commands:
10
steps:
11
- run: node --version
12
- run: npm version
13
- - run: npm install -g bower
14
- checkout
15
- node/with-cache:
16
@@ -20,7 +19,6 @@ commands:
20
19
21
22
23
24
25
- node/install-yarn
26
@@ -38,7 +36,6 @@ commands:
38
36
- run:
39
37
name: Install dependencies
40
command: yarn install
41
42
- run: yarn node-test
43
44
0 commit comments