Merge branch 'goodbye-yarn' into 'dev'
goodbye yarn See merge request discoursio/discoursio-webapp!19
This commit is contained in:
commit
0212a3ef85
2
.github/workflows/node-ci.yml
vendored
2
.github/workflows/node-ci.yml
vendored
|
@ -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
2
.gitignore
vendored
|
@ -1,8 +1,6 @@
|
|||
dist/
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
.vscode
|
||||
.env
|
||||
|
|
14
README.md
14
README.md
|
@ -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
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