Skip to content

Commit 360a349

Browse files
Fix for npm run start command error
When running npm run start, it calls an npm script that then calls yarn. However, this is supposed to be an npm-only command. This commit changes the documentation to directly run the patternlab:serve command instead
1 parent 9b9e6e6 commit 360a349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The webpack wrapper around [Pattern Lab Node Core](https://github.com/pattern-la
99
## Installation and Starting
1010

1111
1. `yarn install` or `npm install`
12-
2. `yarn start` or `npm run start`
12+
2. `yarn start` or `npm run patternlab:serve`
1313

1414

1515
## Packaged Components

0 commit comments

Comments
 (0)