Skip to content

Commit

Permalink
chore(scripts): cover@#overwrite c8 -x 'tests/**/*' --temp-directory …
Browse files Browse the repository at this point in the history
…build/tmp ava && c8 report -r lcov -o build/coverage --temp-directory build/tmp

chore(package): add sideEffects from template
  • Loading branch information
arlac77 committed Nov 29, 2019
1 parent 67bf280 commit 073d9e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@
"repository": {
"url": "https://github.com/arlac77/npm-package-template-esm-only.git"
}
}
},
"sideEffects": false
}

0 comments on commit 073d9e9

Please sign in to comment.