Skip to content

Commit

Permalink
chore: update npm scripts (#920)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Jun 2, 2021
1 parent a0ccee7 commit 4e5aa6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"scripts": {
"commitlint": "commitlint --from=master",
"lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
"fmt:check": "prettier \"{**/*,*}.{js,json,md,yml,css}\" --list-different",
"lint:js": "eslint --cache src test",
"lint": "npm-run-all -l -p \"lint:**\"",
"fix:prettier": "npm run lint:prettier -- --write",
"lint": "npm-run-all lint:js fmt:check",
"fmt": "npm run fmt:check -- --write",
"fix:js": "npm run lint:js -- --fix",
"fix": "npm-run-all fix:js fix:prettier",
"fix": "npm-run-all fix:js fmt",
"prepare": "husky install && npm run build",
"build": "del dist && babel src -d dist --copy-files",
"release": "standard-version",
Expand Down

0 comments on commit 4e5aa6e

Please sign in to comment.