Skip to content

Commit 416e306

Browse files
committed
Merge pull request #7 from plotly/circle
Circle CI
2 parents 6ced862 + c444a1e commit 416e306

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

circle.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dependencies:
2+
post:
3+
- cd renderer/src/ && npm i
4+
test:
5+
override:
6+
- cd renderer/src/ && npm run test

0 commit comments

Comments
 (0)