Skip to content

Commit

Permalink
chore: 🤖 make scripts also work on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzafroide committed Nov 12, 2018
1 parent 00a017e commit 5ff4124
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 @@ -13,11 +13,11 @@
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"watch": "watch 'npm run build' ./src",
"watch": "watch \"npm run build\" ./src",
"semantic-release": "semantic-release",
"prettier": "prettier --ignore-path .gitignore --write 'src/**/*.{ts,js}'",
"prettier:diff": "prettier -l 'src/**/*.{ts,js}'",
"tslint": "tslint 'src/**/*.ts' -t verbose",
"prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,js}\"",
"prettier:diff": "prettier -l \"src/**/*.{ts,js}\"",
"tslint": "tslint \"src/**/*.ts\" -t verbose",
"precommit": "pretty-quick --staged",
"prepush": "yarn prettier:diff && yarn tslint"
},
Expand Down

0 comments on commit 5ff4124

Please sign in to comment.