Skip to content

Commit f0ce1b2

Browse files
build: use yarn instead of npm for lint/test script
1 parent 2bcde28 commit f0ce1b2

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
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {
1616
"lint": "eslint lib test",
17-
"test": "npm run lint && jest",
17+
"test": "yarn lint && jest",
1818
"release": "standard-version && git push --follow-tags && npm publish",
1919
"commitlint": "commitlint -e $GIT_PARAMS",
2020
"coverage": "codecov"

0 commit comments

Comments
 (0)