We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b798a commit 49aaabcCopy full SHA for 49aaabc
.github/workflows/draft.yml
@@ -5,10 +5,6 @@ on:
5
branches:
6
- main
7
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
-
12
permissions:
13
contents: read
14
package.json
@@ -26,7 +26,7 @@
26
"type": "module",
27
"scripts": {
28
"bootstrap": "pnpm install",
29
- "build": "cross-env TURBO_UI=1 NODE_OPTIONS=--max-old-space-size=8192 turbo build",
+ "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
30
"build:analyze": "turbo build:analyze",
31
"build:docker": "./build-local-docker-image.sh",
32
"changeset": "pnpm exec changeset",
0 commit comments