We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ce5f6 commit a240717Copy full SHA for a240717
package.json
@@ -74,7 +74,7 @@
74
},
75
"scripts": {
76
"all": "npm run format && npm run build && npm test",
77
- "build": "tsc",
+ "build": "tsc --newLine lf",
78
"format": "prettier --write **/*.ts",
79
"format-check": "prettier --check **/*.ts",
80
"prebuild": "eslint src/**/*.ts",
0 commit comments