Skip to content

Commit

Permalink
chore: add the path for formater
Browse files Browse the repository at this point in the history
  • Loading branch information
oct16 committed Mar 17, 2020
1 parent a1ad6b6 commit 8d4d9bd
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 @@ -25,7 +25,7 @@
"scripts": {
"dev": "node scripts/dev.js",
"build": "node scripts/build.js",
"f": "npx code-formatter",
"f": "npx code-formatter --path packages",
"deploy-gh": "git subtree split --prefix dist -b gh-pages && git push -f origin gh-pages:gh-pages",
"gh": "npm run build && git push origin `git subtree split --prefix dist master`:gh-pages --force"
},
Expand Down

0 comments on commit 8d4d9bd

Please sign in to comment.