Skip to content

Commit 47c4c21

Browse files
committed
fix build, upgrade node
1 parent 1e0dadf commit 47c4c21

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ lib/%.js: src/%.ts
88

99
all: docs/src/main/tut/examples/example.js browser
1010

11-
test: lib/**/*.js test/**/*.js
11+
.PHONY: test
12+
test: lib/**/*.js test/*.js docs/src/main/tut/examples/example.js
1213
yarn test
1314

1415
docs/src/main/tut/examples/example.js: docs/src/main/tut/examples/example.tsx

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ general:
44
- gh-pages
55
machine:
66
node:
7-
version: 6.11.3
7+
version: 8.5.0
88
environment:
99
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
1010
dependencies:

0 commit comments

Comments
 (0)