Skip to content

Commit fbff693

Browse files
Don’t rely on prettier being used as the bundler
1 parent 0a46eef commit fbff693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"scripts": {
3434
"test": "run-p test:js test:types:*",
3535
"prettier": "prettier {{__tests__,src,type-definitions}/**/*.{js,flow,ts},README.md}",
36-
"format": "yarn prettier --write",
36+
"format": "npm run prettier -- --write",
3737
"test:js": "jest",
3838
"test:types:ts": "yarn build && tsc ./type-definitions/ReComponent.d.ts --lib es2015 && dtslint type-definitions/ts-tests",
3939
"test:types:flow": "flow check .",

0 commit comments

Comments
 (0)