fix(build): Inline package.json import to avoid runtime erros (#509)

* chore(main): Inline package.json import

* chore: add `--legacy-peer-deps` flag to ci

* chore: update lock file

---------

Co-authored-by: LuanRT <luan.lrt4@gmail.com>
This commit is contained in:
Azarattum
2023-10-29 01:19:37 +07:00
committed by GitHub
parent 9ab528ec82
commit 4c0de199e8
7 changed files with 4233 additions and 1407 deletions

View File

@@ -14,5 +14,5 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 16
- run: npm ci
- run: npm ci --legacy-peer-deps
- run: npm run lint