Skip to content

Commit 2833b9e

Browse files
authored
Merge pull request #4 from paintedbicycle/master
Fix for npm run start command error
2 parents 68552d4 + 360a349 commit 2833b9e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

patternlab-config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"patternExportPatternPartials": [],
7171
"patternExportDirectory": "./pattern_exports/",
7272
"cacheBust": true,
73+
"starterkitSubDir": "dist",
7374
"starterkitPostInstallClean": false,
7475
"outputFileSuffixes": {
7576
"rendered": ".rendered",

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)