Skip to content

Commit 8e3a3a6

Browse files
committed
chore: update build script to format code with Prettier
1 parent e6da14d commit 8e3a3a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
summary-report: true
3737
failed-report: true
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"homepage": "https://ctrf.io",
1010
"main": "dist/index.js",
1111
"scripts": {
12-
"build": "tsc && eslint . && prettier --check .",
12+
"build": "tsc && eslint . && prettier --write .",
1313
"test": "vitest",
1414
"test:ci": "vitest --watch=false",
1515
"lint": "eslint . && prettier --check ."

0 commit comments

Comments
 (0)