chore(tasks): add packages task
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
|||||||
],
|
],
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "preconstruct dev",
|
"postinstall": "preconstruct dev && yarn run packages",
|
||||||
"dev": "preconstruct watch",
|
"dev": "preconstruct watch",
|
||||||
"dev:example": "cd examples/nextjs && yarn dev",
|
"dev:example": "cd examples/nextjs && yarn dev",
|
||||||
"build": "preconstruct build && yarn run packages",
|
"build": "preconstruct build && yarn run packages",
|
||||||
|
|||||||
Reference in New Issue
Block a user