Skip to content

Commit

Permalink
fix: only ship dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Nov 20, 2023
1 parent 39a92b0 commit 22cb8dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -80,5 +80,8 @@
"--exclude",
"tap-snapshots/**"
]
}
},
"files": [
"dist/"
]
}
3 changes: 3 additions & 0 deletions scripts/template-oss/pkg.json
@@ -1,4 +1,7 @@
{
"files": [
"dist/"
],
"scripts": {
"test": "c8 tap",
"snap": "c8 tap"
Expand Down

0 comments on commit 22cb8dc

Please sign in to comment.