Skip to content

Commit

Permalink
feat: remove yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed May 22, 2024
1 parent bf7d384 commit a45c35b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23,074 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ node_modules/
*.css

# yarn
yarn.lock
.pnp.*
.yarn/*
!.yarn/patches
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ yarn 3 is used as package manager, such that you can simply install the frontend

### Development

The application has many package.json scripts available, with one of them being `yarn start`. This will start the webpack dev-server.
The application has many package.json scripts available, with one of them being `yarn start`. This will start the dev-server.

### Linting

Expand All @@ -34,7 +34,7 @@ Jest is used for unit-tests via `yarn run test`, and Cypress is used for e2e and

### Building

For generating a production build of the application (i.e. for deployment to Github Pages), simply run `yarn run webpack:prod` and the bundle will be in the `bundles/` folder.
For generating a production build of the application (i.e. for deployment to Github Pages), simply run `yarn run bundle:prod` and the bundle will be in the `bundles/` folder.

**Note:** The CI will automatically run the lint, build and test jobs, such that it makes sense to run them before committing. `yarn run all` runs all the relevant tasks.

Expand Down
Loading

0 comments on commit a45c35b

Please sign in to comment.