Skip to content

Commit 6c81f25

Browse files
Add config for CircleCI (Hacker0x01#828)
1 parent d3d02c3 commit 6c81f25

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

circle.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
machine:
2+
environment:
3+
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
4+
5+
dependencies:
6+
override:
7+
- yarn
8+
cache_directories:
9+
- ~/.cache/yarn
10+
11+
test:
12+
override:
13+
- yarn test

0 commit comments

Comments
 (0)