From 2b096766ddd416cccde250887f7485347f2a9ecf Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 16 Aug 2022 14:23:29 +0200 Subject: [PATCH] chore(tasks): add packages task --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac1fb796..86c41241 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ ], "private": true, "scripts": { - "postinstall": "preconstruct dev", + "postinstall": "preconstruct dev && yarn run packages", "dev": "preconstruct watch", "dev:example": "cd examples/nextjs && yarn dev", "build": "preconstruct build && yarn run packages",