mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-15 19:08:17 +00:00
refactor!: move dirs outside of src/ (#2032)
This commit is contained in:
@@ -3,14 +3,26 @@ name: Local Tests Only
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "handlers/**"
|
||||
- "helpers/**"
|
||||
- "plugins/**"
|
||||
- "src/**"
|
||||
- "rest/**"
|
||||
- "tests/**"
|
||||
- "transformers/**"
|
||||
- "types/**"
|
||||
- "util/**"
|
||||
- "ws/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "handlers/**"
|
||||
- "helpers/**"
|
||||
- "plugins/**"
|
||||
- "src/**"
|
||||
- "rest/**"
|
||||
- "tests/**"
|
||||
- "transformers/**"
|
||||
- "types/**"
|
||||
- "util/**"
|
||||
- "ws/**"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
@@ -3,9 +3,15 @@ name: Test
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "handlers/**"
|
||||
- "helpers/**"
|
||||
- "plugins/**"
|
||||
- "src/**"
|
||||
- "rest/**"
|
||||
- "tests/**"
|
||||
- "transformers/**"
|
||||
- "types/**"
|
||||
- "util/**"
|
||||
- "ws/**"
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
@@ -27,15 +27,15 @@ await build({
|
||||
"./mod.ts",
|
||||
{
|
||||
name: "./rest",
|
||||
path: "src/rest/mod.ts",
|
||||
path: "rest/mod.ts",
|
||||
},
|
||||
{
|
||||
name: "./gateway",
|
||||
path: "src/ws/mod.ts",
|
||||
path: "ws/mod.ts",
|
||||
},
|
||||
{
|
||||
name: "./types",
|
||||
path: "src/types/mod.ts",
|
||||
path: "types/mod.ts",
|
||||
},
|
||||
{
|
||||
name: "./plugins",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user