Skip to content

Commit

Permalink
fix: npm run test with cross-env (#46)
Browse files Browse the repository at this point in the history
* fix: prettier requires LF line endings, use .gitattributes

* fix: make npm run test scripts work cross-environment

* chore: remove need for cross-env
  • Loading branch information
ms14981 authored Feb 1, 2023
1 parent 1352c46 commit c7909fa
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 208 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Needed for Prettier
* text eol=lf
Loading

0 comments on commit c7909fa

Please sign in to comment.