Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 9906490

Browse files
committed
ci: add postinstall script for nuxt module
1 parent 3fcb44b commit 9906490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/nuxt/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"author": "Jonathan Bakebwa [email protected]",
1818
"license": "MIT",
1919
"scripts": {
20-
"postinstall": "nuxt-module-build --stub && nuxi prepare playground",
20+
"prebuild": "nuxt-module-build --stub && nuxi prepare playground",
21+
"prebuild:fase": "nuxt-module-build --stub && nuxi prepare playground",
2122
"clean": "rimraf dist .turbo",
2223
"build": "nuxt-module-build",
2324
"build:fast": "nuxt-module-build",

0 commit comments

Comments
 (0)