File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1- 4.4.3
1+ 6.9.2
Original file line number Diff line number Diff line change @@ -3,5 +3,9 @@ sudo: false
33language : node_js
44
55node_js :
6- - 6
7- - 4
6+ - " node"
7+ - " lts/*"
8+
9+ script :
10+ - npm run lint
11+ - npm test
Original file line number Diff line number Diff line change 104104 "patch" : " bumped release patch" ,
105105 "prebuild" : " npm run clean" ,
106106 "prepublish" : " npm run build" ,
107- "pretest" : " npm run lint" ,
108107 "release" : " bumped release" ,
109108 "start" : " cross-env NODE_ENV=development UV_THREADPOOL_SIZE=100 node ./server" ,
110- "test" : " node --harmony_proxies node_modules/.bin/ jest --maxWorkers 4 " ,
111- "test:watch" : " node --harmony_proxies node_modules/.bin/ jest --watch --no-watchman" ,
109+ "test" : " jest" ,
110+ "test:watch" : " jest --watch --no-watchman" ,
112111 "tsd" : " cpx \" ./components/**/*.d.ts\" ./lib"
113112 },
114113 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments