Skip to content

Commit

Permalink
fix: npm package missing html code (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl authored Nov 19, 2024
1 parent c311c81 commit 5933e2c
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 @@ -8,7 +8,9 @@
"main": "dist/backend.js",
"types": "dist/lib/backend.d.ts",
"files": [
"dist"
"dist",
"public",
"views"
],
"scripts": {
"build": "tsc && rimraf dist && rollup --config rollup.config.ts --configPlugin typescript",
Expand Down

0 comments on commit 5933e2c

Please sign in to comment.