Skip to content

Commit

Permalink
Only include dist directory when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Jan 24, 2024
1 parent d025e63 commit 98dd95e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/vitest-pool-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"types": "./dist/config/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "node scripts/bundle.mjs && tsc -p tsconfig.emit.json",
"dev": "node scripts/bundle.mjs watch",
Expand Down

0 comments on commit 98dd95e

Please sign in to comment.