File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 27
27
node-version : ${{ matrix.node-version }}
28
28
cache : ' npm'
29
29
- run : npm install
30
- - run : npm run build --if-present
31
- - run : npm test
30
+ - run : npm run ci
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
"perf" : " node perf/index.js" ,
10
10
"test-local" : " mocha test/**/*.test.js" ,
11
11
"test-cov" : " nyc npm run test-local" ,
12
- "test-report" : " cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" ,
13
- "ci" : " npm run lint && npm run test-cov && npm run test-report" ,
12
+ "ci" : " npm run lint && npm run test-cov" ,
14
13
"release" : " npm test && npm-ensure -t changelog && git release $npm_package_version && npm publish" ,
15
14
"precommit" : " standard && npm-ensure -t deps"
16
15
},
You can’t perform that action at this time.
0 commit comments