Skip to content

Commit cfb3315

Browse files
committed
.
1 parent 65f780e commit cfb3315

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: yarn lint
2929

3030
- name: Prettier
31-
run: yarn prettier --check .
31+
run: yarn prettier
3232

3333
typecheck:
3434
runs-on: ubuntu-latest

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"build:ts": "tsc --build tsconfig.release.json",
3636
"build": "yarn clean && yarn build:js && yarn build:ts && yarn copy-flowtypes",
3737
"release": "release-it",
38-
"release:rc": "release-it --preRelease=rc"
38+
"release:rc": "release-it --preRelease=rc",
39+
"prettier": "prettier --check .",
40+
"prettier:write": "prettier --write ."
3941
},
4042
"files": [
4143
"build/",

0 commit comments

Comments
 (0)