Skip to content

Commit

Permalink
fix: don't publish test files (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Mar 11, 2021
1 parent 6e3e32f commit a4d644e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"files": [
"helpers/**/*.js",
"src",
"manifest.yml"
"manifest.yml",
"!src/cypress",
"!src/tests"
],
"scripts": {
"format": "prettier --write .",
Expand Down

0 comments on commit a4d644e

Please sign in to comment.