Skip to content

Commit 112cd42

Browse files
committed
update readme, add lint to prepush
1 parent ac4929a commit 112cd42

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ Your project should use a module bundler - we recommend [webpack](https://webpac
2222
- fork ibm/carbon-components-angular and clone it locally
2323
- run `npm install` to grab all the dependencies, then `npm run demo:server` to start the demo server
2424
- **if you are adding a component**:
25-
- add a folder with your component code, styles, tests, and documentation README.md under `src`
25+
- add a folder with your component code, styles, tests and story under `src`
2626
- export your module from `index.ts`
27-
- add a demo to `./demo/demo_app` (see README.md in that directory for more info)
2827
- **if you are contributing a fix**:
2928
- add your fix, update the documentation as needed
3029
- consider adding or modifying a test case to cover the fix

scripts/prepush.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -e
44

55
[email protected]:ibm/carbon-components-angular.git
66

7+
npm run lint
8+
79
# Refresh code
810
# git pull upstream master
911

0 commit comments

Comments
 (0)