Skip to content

Commit a98f0ae

Browse files
committed
fix(all): circleci config file
1 parent 5e38761 commit a98f0ae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: 2
2-
jobs:
3-
build:
4-
docker:
5-
- image: circleci/node:10.16.2
6-
steps:
7-
- checkout
8-
- run: npm install
9-
- run: npm run build
10-
- run: npm run test
2+
jobs:
3+
build:
4+
docker:
5+
- image: circleci/node:10.16.2
6+
steps:
7+
- checkout
8+
- run: npm install
9+
- run: npm run build
10+
- run: npm run test

0 commit comments

Comments
 (0)