File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1818 node-version : ${{ matrix.node-version }}
1919 - run : npm ci
2020 - run : npm run build
21- - run : npm run test:coverage
21+ - run : npm run test
2222 types :
2323 runs-on : ubuntu-latest
2424 strategy :
Original file line number Diff line number Diff line change 1212 "clean" : " rm -rf ./dist" ,
1313 "perf" : " ./node_modules/.bin/matcha perf.js" ,
1414 "rollup" : " ./node_modules/.bin/rollup -c" ,
15- "test" : " mocha -- -R spec" ,
16- "test:coverage" : " c8 --check-coverage --lines 88 --functions 100 --src ./lib npm run test" ,
15+ "test" : " npm run test:coverage" ,
16+ "test:specs" : " mocha -- -R spec" ,
17+ "test:coverage" : " c8 --check-coverage --lines 87 --functions 100 --src ./lib npm run test:specs" ,
1718 "ts" : " ./node_modules/.bin/tsc -p ."
1819 },
1920 "files" : [
You can’t perform that action at this time.
0 commit comments