We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68552d4 + 360a349 commit 2833b9eCopy full SHA for 2833b9e
patternlab-config.json
@@ -70,6 +70,7 @@
70
"patternExportPatternPartials": [],
71
"patternExportDirectory": "./pattern_exports/",
72
"cacheBust": true,
73
+ "starterkitSubDir": "dist",
74
"starterkitPostInstallClean": false,
75
"outputFileSuffixes": {
76
"rendered": ".rendered",
readme.md
@@ -9,7 +9,7 @@ The webpack wrapper around [Pattern Lab Node Core](https://github.com/pattern-la
9
## Installation and Starting
10
11
1. `yarn install` or `npm install`
12
-2. `yarn start` or `npm run start`
+2. `yarn start` or `npm run patternlab:serve`
13
14
15
## Packaged Components
0 commit comments