Skip to content

Commit 6c36de6

Browse files
committed
chore: remove failing postinstall script
which runs quasar prepare, which requires ui package to be built due to logic in vite-plugin removing at least until quasarframework#17935 gets merged
1 parent 0ce0832 commit 6c36de6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"packageManager": "[email protected]",
55
"scripts": {
66
"preinstall": "npx [email protected] pnpm",
7-
"postinstall": "pnpm prepare",
87
"prepare": "pnpm --recursive --parallel prepare",
98
"lint:root": "eslint --cache --fix ./*.js ./*.mjs",
109
"lint:non-workspace": "cd icongenie && pnpm lint && cd ..",

0 commit comments

Comments
 (0)