Skip to content

Commit

Permalink
Update prettier glob
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Jul 14, 2021
1 parent 492ff3f commit 74d0493
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
],
"scripts": {
"postinstall": "npm run bootstrap",
"prettier:check": "prettier --check \"**/*\"",
"prettier:write": "prettier --write \"**/*\"",
"prettier:check": "prettier --check \"packages/*/src/**/*.ts\"",
"prettier:write": "prettier --write \"packages/*/src/**/*.ts\"",
"postpublish": "lerna run install:safe --scope lit-plugin && echo \"🎉 Published successfully! You can now publish the vscode extension seperately by running 'cd packages/vscode-lit-plugin && npm run publish'\"",
"publish": "lerna run prepare && lerna publish --exact && npm run postpublish",
"publish:next": "lerna run prepare && echo \"When asked, please choose 'Custom Prerelease' and use default value\" && lerna publish --dist-tag next --preid next --exact && npm run postpublish",
Expand Down

0 comments on commit 74d0493

Please sign in to comment.