Skip to content

Commit

Permalink
chore(readme): update dev scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
the-j0k3r committed May 17, 2020
1 parent e9f1f3e commit e181e37
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,15 +112,18 @@ You will need to ideally:
* `npm run clean`: Runs the Perfectionist script, cleans up after it and fixes some CSS via Stylelint.
* `npm run eslint`: Lint the JavaScript code in the `tools` directory.
* `npm run lint`: Run ESlint & Stylelint scripts.
* `npm run major`: Creates a semantic major release.
* `npm run minor`: Creates a semantic minor release.
* `npm run patch`: Creates a semantic patch release.
* `npm run perfectionist`: Runs Perfectionist only. The CSS is not cleaned/fixed!
* `npm run stylelint`: Run stylelint on the CSS file.
* `npm run lintfix`: Run stylelint with `--fix` on the CSS file.
* `npm run test`: Same as `npm run lint`.
* `npm run update`: Update development dependencies.

### Release Scripts (Not for pull requests)

* `npm run major`: Creates a semantic major release.
* `npm run minor`: Creates a semantic minor release.
* `npm run patch`: Creates a semantic patch release.

## Screens

![history](/screens/travis-ci-inspired-dark-extended.gif)
Expand Down

0 comments on commit e181e37

Please sign in to comment.