Skip to content

Commit ab9d985

Browse files
committed
feat: update
1 parent 3c1b307 commit ab9d985

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

25-
- run: npm install
25+
- run: npm ci
2626
- run: npm run test:ci
2727

2828
- name: Coveralls Parallel

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "cross-env NODE_ENV=test jest",
88
"test:watch": "cross-env NODE_ENV=test jest --watch",
99
"test:cover": "cross-env NODE_ENV=test jest --coverage",
10-
"test:ci": "cross-env NODE_ENV=test jest --coverage && shx cat ./coverage/lcov.info | coveralls",
10+
"test:ci": "cross-env NODE_ENV=test jest --coverage && shx cat ./coverage/lcov.info",
1111
"lint": "eslint \"src/**/*.js\"",
1212
"lint:fix": "eslint --fix \"src/**/*.js\"",
1313
"build": "babel src --out-dir dist --delete-dir-on-start --ignore '**/*.test.js'",

0 commit comments

Comments
 (0)