mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build: ignores/swap/concurrency
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
.turbo
|
||||
coverage
|
||||
dist
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -3,6 +3,12 @@ description: 'Run yarn install with node_modules linker and cache enabled'
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: Set up swap space
|
||||
if: runner.os == 'Linux'
|
||||
uses: pierotofy/set-swap-space@v1.0
|
||||
with:
|
||||
swap-size-gb: 10
|
||||
|
||||
- name: Expose yarn config as "$GITHUB_OUTPUT"
|
||||
id: yarn-config
|
||||
shell: bash
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
.turbo
|
||||
coverage
|
||||
dist
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -6,3 +6,4 @@ docs/**/*
|
||||
!docs/index.yml
|
||||
!docs/README.md
|
||||
coverage/
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
.turbo
|
||||
dist
|
||||
coverage
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
.turbo
|
||||
dist
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -4,3 +4,5 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
vitest.config.ts.timestamp*
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.turbo
|
||||
coverage
|
||||
dist
|
||||
turbo
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -1 +1 @@
|
||||
.turbo coverage dist dist-docs docs/docs.api.json CHANGELOG.md
|
||||
.turbo coverage dist dist-docs docs/docs.api.json CHANGELOG.md tsup.config.bundled*
|
||||
|
||||
@@ -2,3 +2,5 @@
|
||||
coverage
|
||||
dist
|
||||
storybook-static
|
||||
tsup.config.bundled*
|
||||
vite.config.ts.timestamp*
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
|
||||
@@ -4,3 +4,4 @@ dist
|
||||
dist-docs
|
||||
docs/docs.api.json
|
||||
CHANGELOG.md
|
||||
tsup.config.bundled*
|
||||
|
||||
Reference in New Issue
Block a user