Skip to content

Commit

Permalink
fix(babel-plugin-export-metadata): prettier fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jan 18, 2019
1 parent f343c5d commit 3a34b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other-packages/babel-plugin-export-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"scripts": {
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.{ts,tsx}\" --write",
"fix:prettier": "prettier \"src/**/*.js\" --write",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit 3a34b72

Please sign in to comment.