chore(tasks): add packages task

This commit is contained in:
moklick
2022-08-16 14:23:29 +02:00
parent 5cde8d4f16
commit 2b096766dd

View File

@@ -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",