We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c03d60 commit 3f0c2cbCopy full SHA for 3f0c2cb
1 file changed
package.json
@@ -118,7 +118,8 @@
118
"watch": "npm run test-unit -- --watch",
119
"watchify": "watchify dist/sdk.js --standalone Watson --outfile dist/dist/watson.js --debug --verbose",
120
"check-packages": "installed-check -e -d",
121
- "snyk-protect": "snyk protect"
+ "snyk-protect": "snyk protect",
122
+ "prettier": "prettier --write \"{src,test}/**/*.js\""
123
},
124
"husky": {
125
"hooks": {
0 commit comments