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 5e38761 commit a98f0aeCopy full SHA for a98f0ae
.circleci/config.yml
@@ -1,10 +1,10 @@
1
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
+jobs:
+ build:
+ docker:
+ - image: circleci/node:10.16.2
+ steps:
+ - checkout
+ - run: npm install
+ - run: npm run build
+ - run: npm run test
0 commit comments