Skip to content

Commit

Permalink
fix: lessons learned
Browse files Browse the repository at this point in the history
  • Loading branch information
tjduigna committed May 31, 2022
1 parent 0d3f244 commit b00d24a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"all": true,
"include": [
"src/**/*.js",
"src/**/*.jsx"
]
}

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"lint": "eslint src tests && prettier --write src tests",
"lint:fix": "eslint --fix --cache src tests && prettier --write src tests",
"transpile": "babel --out-dir dist src",
"postinstall": "npm run transpile",
"prepare": "husky install"
"postinstall": "npm run transpile"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit b00d24a

Please sign in to comment.