Skip to content

Commit c7909fa

Browse files
author
Matthew Smith
authored
fix: npm run test with cross-env (#46)
* fix: prettier requires LF line endings, use .gitattributes * fix: make npm run test scripts work cross-environment * chore: remove need for cross-env
1 parent 1352c46 commit c7909fa

File tree

3 files changed

+109
-208
lines changed

3 files changed

+109
-208
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Needed for Prettier
2+
* text eol=lf

0 commit comments

Comments
 (0)