Skip to content

Commit 1535607

Browse files
committed
replace yarn with npm
1 parent ae9a50f commit 1535607

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
@@ -15,7 +15,7 @@
1515
"test": "jest",
1616
"test:watch": "jest --watchAll",
1717
"prepare": "husky install",
18-
"prepublishOnly": "yarn lint && yarn test"
18+
"prepublishOnly": "npm run lint && npm run test"
1919
},
2020
"dependencies": {
2121
"axios": "^1.6.1",

0 commit comments

Comments
 (0)