Merge branch 'goodbye-yarn' into 'dev'

goodbye yarn

See merge request discoursio/discoursio-webapp!19
This commit is contained in:
Igor 2023-02-10 12:23:12 +00:00
commit 0212a3ef85
5 changed files with 39281 additions and 11799 deletions

View File

@ -12,7 +12,7 @@ jobs:
node-version: '16'
- name: Install deps
run: yarn install
run: npm install
- name: Lint
run: npm run lint

2
.gitignore vendored
View File

@ -1,8 +1,6 @@
dist/
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.vscode
.env

View File

@ -1,23 +1,23 @@
## How to start
```
yarn install
yarn start
npm install
npm start
```
with different backends
```
yarn run start:local
yarn run start:production
yarn run start:staging
npm run start:local
npm run start:production
npm run start:staging
```
## Useful commands
run checks
```
yarn run check
npm run check
```
type checking with watch
```
yarn run typecheck:watch
npm run typecheck:watch
```
## Code generation

39273
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

11789
yarn.lock

File diff suppressed because it is too large Load Diff