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

Commit 7946f4c

Browse files
committed
build: update build deps and commands
1 parent a3cb765 commit 7946f4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"scripts": {
1212
"postinstall": "yarn run lerna bootstrap",
13-
"build": "lerna run build",
13+
"build": "lerna run build --no-private --stream",
1414
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
1515
"scaffold": "hygen",
1616
"playground:routes": "ts-node ./scripts/parse-routes.ts",

packages/system/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
},
2222
"dependencies": {
2323
"@chakra-ui/styled-system": "^1.4.1",
24+
"@chakra-ui/vue-next": "^1.0.0",
2425
"@chakra-ui/vue-theme": "^1.0.0",
2526
"@chakra-ui/vue-utils": "^1.0.0",
2627
"lodash.camelcase": "^4.3.0",

0 commit comments

Comments
 (0)