Skip to content

Commit 5298947

Browse files
Merge branch 'master' into 1.0.1
2 parents 5d3edec + 8973627 commit 5298947

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

circle.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
machine:
22
node:
3-
version: 6.9
3+
version: 8.11
44

55
dependencies:
6+
pre:
7+
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
68
cache_directories:
79
- ~/.npm/
810

@@ -12,3 +14,9 @@ test:
1214
override:
1315
- npm test -- --coverage
1416
- codecov
17+
18+
deployment:
19+
production:
20+
branch: master
21+
commands:
22+
- npm publish

0 commit comments

Comments
 (0)