Skip to content

Commit

Permalink
Add CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fboeller committed Mar 7, 2021
1 parent 338841e commit 4054484
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Contributing

## Start the example app

- `npm start example-app`

## Checks

- All: `npm run check`
- Tests: `npm run test`
- Lint: `npm run lint`
- Prettier: `npm run prettier-check`

## Publish

- Adjust version in [package.json](./projects/ngx-loadable/package.json)
- `npm run package`
- (You need to have npm access to do that): `npm publish ./dist/ngx-loadable/ngx-loadable-x.x.x.tgz`

0 comments on commit 4054484

Please sign in to comment.