mirror of
https://github.com/xHyroM/roles-bot.git
synced 2024-11-12 20:18:06 +01:00
chore: monorepo
This commit is contained in:
parent
a93f35b2ef
commit
cafc45d143
29 changed files with 3 additions and 3 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: |
|
||||
cd src/web
|
||||
cd packages/website
|
||||
npm i
|
||||
npm run build
|
||||
npm run export
|
||||
|
@ -27,4 +27,4 @@ jobs:
|
|||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||
with:
|
||||
branch: gh-pages
|
||||
folder: src/web/out
|
||||
folder: packages/website/out
|
0
src/bot/types.d.ts → packages/bot/types.d.ts
vendored
0
src/bot/types.d.ts → packages/bot/types.d.ts
vendored
Before Width: | Height: | Size: 122 KiB After Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
@ -16,6 +16,6 @@
|
|||
"@types/service-worker-mock"
|
||||
]
|
||||
},
|
||||
"include": ["src"],
|
||||
"include": ["src", "packages/bot"],
|
||||
"exclude": ["node_modules", "dist", "test"]
|
||||
}
|
Loading…
Reference in a new issue