Skip to content

Commit a240717

Browse files
authored
Make newlines consistent across different OS (#224)
1 parent 90ce5f6 commit a240717

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
@@ -74,7 +74,7 @@
7474
},
7575
"scripts": {
7676
"all": "npm run format && npm run build && npm test",
77-
"build": "tsc",
77+
"build": "tsc --newLine lf",
7878
"format": "prettier --write **/*.ts",
7979
"format-check": "prettier --check **/*.ts",
8080
"prebuild": "eslint src/**/*.ts",

0 commit comments

Comments
 (0)