Skip to content

Commit

Permalink
chore: prepare postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Yizack committed Dec 28, 2023
1 parent 5040f93 commit 34445c5
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 @@ -47,6 +47,7 @@
"dev:build": "nuxi build playground",
"dev:generate": "nuxi generate playground",
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"postinstall": "pnpm dev:prepare",
"module:prepack": "nuxt-module-build",
"module:pack": "pnpm lint && pnpm test && pnpm module:prepack",
"release": "pnpm module:pack && changelogen --release && npm publish && git push --follow-tags",
Expand Down Expand Up @@ -77,4 +78,4 @@
"domain": "github.com"
}
}
}
}

0 comments on commit 34445c5

Please sign in to comment.