Skip to content

Commit

Permalink
Merge pull request #519 from danielroe/build/dist
Browse files Browse the repository at this point in the history
fix: include `dist/` files in published package
  • Loading branch information
Dawntraoz committed Aug 11, 2023
2 parents 8a1215d + 8334666 commit d869880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"require": "./dist/module.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"prepack": "nuxt-module-build",
"build": "nuxt-module-build",
Expand Down

0 comments on commit d869880

Please sign in to comment.