Commit 360a349
committed
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
instead1 parent 9b9e6e6 commit 360a349
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments