We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0dadf commit 47c4c21Copy full SHA for 47c4c21
Makefile
@@ -8,7 +8,8 @@ lib/%.js: src/%.ts
8
9
all: docs/src/main/tut/examples/example.js browser
10
11
-test: lib/**/*.js test/**/*.js
+.PHONY: test
12
+test: lib/**/*.js test/*.js docs/src/main/tut/examples/example.js
13
yarn test
14
15
docs/src/main/tut/examples/example.js: docs/src/main/tut/examples/example.tsx
circle.yml
@@ -4,7 +4,7 @@ general:
4
- gh-pages
5
machine:
6
node:
7
- version: 6.11.3
+ version: 8.5.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
0 commit comments