Skip to content

Commit

Permalink
fix(build): adding quotes arround the Prettier parameters to fix an i…
Browse files Browse the repository at this point in the history
…ssue on MacOS.

ISSUES CLOSED: Y
  • Loading branch information
RobbyDeLaet committed Jul 12, 2018
1 parent 4539257 commit ff1188b
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 @@ -126,7 +126,7 @@
"install:travis:all": "npm run install:stark-build && npm run install:stark-testing && npm run install:stark-core && npm run install:stark-ui && npm run build:trace && npm run update:starter && npm run update:showcase",
"ngc": "ngc",
"precommit": "lint-staged && npm run docs:coverage",
"prettier-check": "prettier **/*.{css,js,json,md,pcss,scss,ts} --write",
"prettier-check": "prettier \"**/*.{css,js,json,md,pcss,scss,ts}\" --write",
"preupdate:showcase": "npm run clean:showcase",
"preupdate:starter": "npm run clean:starter",
"release": "release-it",
Expand Down

0 comments on commit ff1188b

Please sign in to comment.