Skip to content

Commit

Permalink
feat: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
codebender828 committed Jan 25, 2023
1 parent fc7d72c commit a58bf00
Show file tree
Hide file tree
Showing 61 changed files with 1,112 additions and 1,177 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,6 @@ cypress/screenshots
.yarn
.yarnrc
.yarnrc.yml

# Turborepo
.turbo
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dev": "preconstruct dev",
"clean": "pnpm -r --parallel run clean",
"prebuild": "pnpm clean",
"build": "pnpm preconstruct build",
"build": "turbo run build --filter=!./examples/*",
"build:types": "ts-node scripts/generate-global-types.ts",
"postbuild": "pnpm build:types && pnpm size",
"start": "preconstruct watch",
Expand Down Expand Up @@ -86,7 +86,8 @@
"@babel/preset-typescript": "^7.12.7",
"@chakra-ui/anatomy": "^2.0.1",
"@chakra-ui/styled-system": "2.5.1",
"@chakra-ui/theme-tools": "^2.0.16",
"@chakra-ui/theme": "^2.2.5",
"@chakra-ui/theme-tools": "^2.0.17",
"@chakra-ui/theme-utils": "^2.0.6",
"@chakra-ui/utils": "2.0.14",
"@chakra-ui/vue-next": "2.0.0-beta.1",
Expand Down Expand Up @@ -221,7 +222,8 @@
]
},
"resolutions": {
"csstype": "3.1.1"
"csstype": "3.1.1",
"@chakra-ui/theme-tools": "2.0.17"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit a58bf00

Please sign in to comment.