Skip to content

Commit aea198b

Browse files
committed
chore: use yarn
1 parent 79f582e commit aea198b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
3535
"lint": "eslint bin/* lib test",
36-
"release": "npm run test && standard-version",
36+
"release": "yarn test && standard-version",
3737
"test": "nyc jest test"
3838
},
3939
"engines": {

0 commit comments

Comments
 (0)