Skip to content

Commit

Permalink
fix: Include ohm-bundle files in distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jul 31, 2023
1 parent 4a66116 commit 41dd5f9
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 @@ -25,8 +25,9 @@
"compile:ts:check": "tsc --noEmit",
"compile": "pnpm compile:ohm && pnpm compile:ts",
"compile:check": "pnpm compile:ohm && pnpm compile:ts:check",
"copy:ohm": "cp src/**.ohm-bundle.* dist/",
"test": "pnpm jest",
"build": "pnpm clean && pnpm compile",
"build": "pnpm clean && pnpm compile && pnpm copy:ohm",
"prepublishOnly": "pnpm build && pnpm test"
},
"dependencies": {
Expand Down

0 comments on commit 41dd5f9

Please sign in to comment.