goodbye yarn

This commit is contained in:
bniwredyc 2023-02-10 13:21:26 +01:00
parent 1b7edda222
commit 788e915f91
5 changed files with 39281 additions and 11799 deletions

View File

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

2
.gitignore vendored
View File

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

View File

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