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

Commit 6ab0a2a

Browse files
committed
chore: update package builds
1 parent d09a90f commit 6ab0a2a

File tree

4 files changed

+81
-1
lines changed

4 files changed

+81
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"packages/*"
1010
],
1111
"scripts": {
12+
"postinstall": "yarn run lerna bootstrap",
1213
"build": "lerna run build",
1314
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
1415
"scaffold": "hygen",

packages/styled-system/package-lock.json

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/theme/package.json

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

packages/utils/package-lock.json

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)