Skip to content

Commit 3f0c2cb

Browse files
build: add prettier
1 parent 5c03d60 commit 3f0c2cb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@
118118
"watch": "npm run test-unit -- --watch",
119119
"watchify": "watchify dist/sdk.js --standalone Watson --outfile dist/dist/watson.js --debug --verbose",
120120
"check-packages": "installed-check -e -d",
121-
"snyk-protect": "snyk protect"
121+
"snyk-protect": "snyk protect",
122+
"prettier": "prettier --write \"{src,test}/**/*.js\""
122123
},
123124
"husky": {
124125
"hooks": {

0 commit comments

Comments
 (0)