Skip to content

Commit 49aaabc

Browse files
committed
fix: some environments failed to build
1 parent 04b798a commit 49aaabc

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/draft.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches:
66
- main
77

8-
pull_request:
9-
# Only following types are handled by the action, but one can default to all as well
10-
types: [opened, reopened, synchronize]
11-
128
permissions:
139
contents: read
1410

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"type": "module",
2727
"scripts": {
2828
"bootstrap": "pnpm install",
29-
"build": "cross-env TURBO_UI=1 NODE_OPTIONS=--max-old-space-size=8192 turbo build",
29+
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
3030
"build:analyze": "turbo build:analyze",
3131
"build:docker": "./build-local-docker-image.sh",
3232
"changeset": "pnpm exec changeset",

0 commit comments

Comments
 (0)