Skip to content

Commit

Permalink
Fixed pre-commit script;
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Sep 13, 2020
1 parent cdaf10a commit f0ddee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run docs && git add ."
"pre-commit": "npm run docs ; git add ."
}
},
"repository": "https://github.com/DigitalBrainJS/c-promise.git",
Expand Down

0 comments on commit f0ddee7

Please sign in to comment.