Skip to content

Commit

Permalink
script is added. contibuting is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
thstamod committed Aug 28, 2020
1 parent f81d728 commit 2230cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If your issue gets closed for not providing enough info or not responding to the

### Code Style

Please follow the coding style of the project. light-react-validator uses `eslint` and `prettier`. If possible, enable their respective plugins in your editor to get real-time feedback. The linting can be run manually with the following command: npm run lint
Please follow the coding style of the project. light-react-validator uses `eslint` and `prettier`. If possible, enable their respective plugins in your editor to get real-time feedback. The linting can be run manually with the following command: `npm run lint`


### Testing
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "microbundle-crl --compress --format modern,cjs",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"lint": "eslint '**/*.{js,ts,tsx}'",
"test": "run-s test:unit build",
"prepublish": "run-s test:unit lint build bundlesize",
"coverage": "react-scripts test --env=jsdom --coverage --watchAll=false --silent --colors",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom --colors",
"bundlesize": "bundlesize",
Expand Down

0 comments on commit 2230cda

Please sign in to comment.