Skip to content

Commit

Permalink
style: miniprogram package prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Aug 11, 2019
1 parent f3075fc commit 86490e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"karma": "karma",
"mocha": "mocha",
"format": "prettier $/*.js src/[a-z]/*.js *.js lib/**/*.js lib/*.js bin/*.js script/*.js --write",
"format:pkg": "prettier packages/**/*.js packages/**/*.d.ts --write",
"format:pkg": "prettier packages/**/*.js packages/**/*.d.ts packages/**/**/*.js --write",
"benchmark": "node",
"test:node": "licia test -as",
"test:browser": "licia test -bas",
Expand Down

0 comments on commit 86490e5

Please sign in to comment.