Skip to content

Commit

Permalink
Add missing prepack script
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Jul 11, 2024
1 parent f392e4a commit 4244794
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .changeset/soft-adults-peel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'@vintl/nuxt': patch
---

Add missing prepack script

1.9.1 contained no files because during the switch I've forgotten the `prepack` script. This fixes that and brings back the files 💀
3 changes: 2 additions & 1 deletion packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"build": "nuxt-module-build build",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit"
"typecheck": "vue-tsc --noEmit",
"prepack": "pnpm run -s build"
},
"devDependencies": {
"@nuxt/devtools": "^1.3.9",
Expand Down

0 comments on commit 4244794

Please sign in to comment.