Skip to content

Commit afb24e2

Browse files
committed
Fix npm audits; Update README.md
1 parent adfe209 commit afb24e2

3 files changed

Lines changed: 8161 additions & 6648 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,15 +143,15 @@ These formats use the offset from UTC in hours and minutes. Examples:
143143
To build the project locally:
144144

145145
```shell
146-
yarn build
146+
npm run build
147147
```
148148

149149
### Running Storybook
150150

151151
View and develop components in isolation:
152152

153153
```shell
154-
yarn storybook
154+
npm run storybook
155155
```
156156

157157
Open: http://localhost:6006/
@@ -161,7 +161,7 @@ Open: http://localhost:6006/
161161
### Build the project
162162

163163
```shell
164-
yarn build
164+
npm run build
165165
```
166166

167167
### Verify the build

0 commit comments

Comments
 (0)