chore: monorepo

This commit is contained in:
xhyrom 2022-01-02 18:58:59 +01:00
parent a93f35b2ef
commit cafc45d143
29 changed files with 3 additions and 3 deletions

View file

@ -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

View file

Before

Width:  |  Height:  |  Size: 122 KiB

After

Width:  |  Height:  |  Size: 122 KiB

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -16,6 +16,6 @@
"@types/service-worker-mock"
]
},
"include": ["src"],
"include": ["src", "packages/bot"],
"exclude": ["node_modules", "dist", "test"]
}