Skip to content

Commit a92c162

Browse files
committed
ci fix
1 parent 2701c3e commit a92c162

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/node:7.10
5+
- image: circleci/node:10.10
66
working_directory: ~/repo
77
steps:
88
- checkout
@@ -18,7 +18,7 @@ jobs:
1818

1919
publish:
2020
docker:
21-
- image: circleci/node:7.10
21+
- image: circleci/node:10.10
2222
steps:
2323
- checkout
2424
- attach_workspace:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"preversion": "npm run build",
9+
"postversion": "git push && git push --tags",
910
"build": "rm -rf dist && mkdir dist && cp src/index.d.ts dist/index.d.ts && tsc -p src",
1011
"lint": "tslint -p src && tslint -p CollapsibleHeaderViewsExample",
1112
"watch": "npm run build -- --watch",

0 commit comments

Comments
 (0)