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

Commit af79e12

Browse files
committed
ci: improve script and upgrade memory allocation
1 parent d34eae9 commit af79e12

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Build
1414
runs-on: ubuntu-latest
1515
env:
16-
NODE_OPTIONS: "--max-old-space-size=8192"
16+
# NODE_OPTIONS: "--max-old-space-size=8192"
1717
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1818
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
1919

@types/components.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-01-26T05:06:19.790Z
9+
* This file was generated on 2023-01-26T05:42:28.348Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
@@ -145,9 +145,9 @@ declare module "@vue/runtime-core" {
145145
CModalFooter: typeof import("@chakra-ui/vue-next")["CModalFooter"]
146146
CModalHeader: typeof import("@chakra-ui/vue-next")["CModalHeader"]
147147
CModalOverlay: typeof import("@chakra-ui/vue-next")["CModalOverlay"]
148+
CMotion: typeof import("@chakra-ui/vue-next")["CMotion"]
148149
CAnimatePresence: typeof import("@chakra-ui/vue-next")["CAnimatePresence"]
149150
CCollapse: typeof import("@chakra-ui/vue-next")["CCollapse"]
150-
CMotion: typeof import("@chakra-ui/vue-next")["CMotion"]
151151
CPinInput: typeof import("@chakra-ui/vue-next")["CPinInput"]
152152
CPinInputClearButton: typeof import("@chakra-ui/vue-next")["CPinInputClearButton"]
153153
CPinInputField: typeof import("@chakra-ui/vue-next")["CPinInputField"]

components.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-01-26T05:06:19.790Z
9+
* This file was generated on 2023-01-26T05:42:28.348Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"
@@ -145,9 +145,9 @@ declare module "@vue/runtime-core" {
145145
CModalFooter: typeof import("@chakra-ui/vue-next")["CModalFooter"]
146146
CModalHeader: typeof import("@chakra-ui/vue-next")["CModalHeader"]
147147
CModalOverlay: typeof import("@chakra-ui/vue-next")["CModalOverlay"]
148+
CMotion: typeof import("@chakra-ui/vue-next")["CMotion"]
148149
CAnimatePresence: typeof import("@chakra-ui/vue-next")["CAnimatePresence"]
149150
CCollapse: typeof import("@chakra-ui/vue-next")["CCollapse"]
150-
CMotion: typeof import("@chakra-ui/vue-next")["CMotion"]
151151
CPinInput: typeof import("@chakra-ui/vue-next")["CPinInput"]
152152
CPinInputClearButton: typeof import("@chakra-ui/vue-next")["CPinInputClearButton"]
153153
CPinInputField: typeof import("@chakra-ui/vue-next")["CPinInputField"]

0 commit comments

Comments
 (0)