Skip to content

Commit

Permalink
Update Prettier script
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Apr 15, 2020
1 parent 36baef8 commit 008eb99
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 @@ -118,7 +118,7 @@
"postmarkdown": "prettier --write \"starters/**/*.md\"",
"plop": "plop",
"prebootstrap": "yarn",
"prettier": "prettier \"**/*.{md,css,scss,yaml,yml}\"",
"prettier": "prettier .",
"publish": "node scripts/check-publish-access && node scripts/clear-package-dir --verbose && lerna publish",
"publish-canary": "lerna publish --canary --yes",
"publish-next": "lerna publish --npm-tag=next --bump=prerelease",
Expand Down

0 comments on commit 008eb99

Please sign in to comment.