Skip to content

Commit

Permalink
fix(aws-event-factory): only ship build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
driimus committed May 14, 2024
1 parent 52985a8 commit 97ae354
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-knives-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@driimus/aws-event-factory": patch
---

fix: only ship build artifacts
3 changes: 3 additions & 0 deletions packages/aws-event-factory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"type": "module",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"./dist"
],
"scripts": {
"build": "tsc",
"test": "vitest run"
Expand Down

0 comments on commit 97ae354

Please sign in to comment.