goodbye yarn
This commit is contained in:
parent
1b7edda222
commit
788e915f91
2
.github/workflows/node-ci.yml
vendored
2
.github/workflows/node-ci.yml
vendored
|
@ -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
2
.gitignore
vendored
|
@ -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
|
||||||
|
|
14
README.md
14
README.md
|
@ -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
39273
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user