Skip to content

Commit 2230cda

Browse files
committed
script is added. contibuting is changed
1 parent f81d728 commit 2230cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If your issue gets closed for not providing enough info or not responding to the
4343

4444
### Code Style
4545

46-
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
46+
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`
4747

4848

4949
### Testing

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build": "microbundle-crl --compress --format modern,cjs",
1717
"start": "microbundle-crl watch --no-compress --format modern,cjs",
1818
"lint": "eslint '**/*.{js,ts,tsx}'",
19-
"test": "run-s test:unit build",
19+
"prepublish": "run-s test:unit lint build bundlesize",
2020
"coverage": "react-scripts test --env=jsdom --coverage --watchAll=false --silent --colors",
2121
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom --colors",
2222
"bundlesize": "bundlesize",

0 commit comments

Comments
 (0)