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

Commit 676e98f

Browse files
committed
chore: postinstall sctipt for vercel
1 parent bcdf21e commit 676e98f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/theme/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"author": "Jonathan Bakebwa [email protected]",
1414
"license": "MIT",
1515
"scripts": {
16+
"postinstall": "yarn run lerna bootstrap",
1617
"build": "concurrently yarn:build:*",
1718
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts -d dist/esm --source-maps",
1819
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts -d dist/cjs --source-maps",

0 commit comments

Comments
 (0)