You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ This repo contains a set of opinionated react component groups used to standardi
4
4
5
5
## Building for production
6
6
7
-
- run yarn install
8
-
- run yarn build
7
+
- run npm install
8
+
- run npm run build
9
9
10
10
## Development
11
-
- run yarn install
12
-
- run yarn start to build and start the development server
11
+
- run npm install
12
+
- run npm run start to build and start the development server
13
13
14
14
## Testing and Linting
15
-
- run yarn test to run the tests for the demo component
16
-
- run yarn lint to run the linter
15
+
- run npm run test to run the tests for the demo component
16
+
- run npm run lint to run the linter
17
17
18
18
## A11y testing
19
19
20
-
- run yarn build:docs followed by yarn serve:docs, then run yarn test:a11y in a new terminal window to run our accessibility tests for the components. Once the accessibility tests have finished running you can run yarn
21
-
- serve:a11y to locally view the generated report.
20
+
- run npm run build:docs followed by npm run serve:docs, then run npm run test:a11y in a new terminal window to run our accessibility tests for the components. Once the accessibility tests have finished running you can run
21
+
-npm run serve:a11y to locally view the generated report.
0 commit comments