We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9a50f commit 1535607Copy full SHA for 1535607
1 file changed
package.json
@@ -15,7 +15,7 @@
15
"test": "jest",
16
"test:watch": "jest --watchAll",
17
"prepare": "husky install",
18
- "prepublishOnly": "yarn lint && yarn test"
+ "prepublishOnly": "npm run lint && npm run test"
19
},
20
"dependencies": {
21
"axios": "^1.6.1",
0 commit comments