Skip to content

Commit 7543696

Browse files
authored
refactor: disable pre-rendering UIKit in the Twig edition by default
1 parent 8ecd615 commit 7543696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/edition-twig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
"main": "patternlab-config.json",
1515
"scripts": {
1616
"build:uikit": "npm run build --prefix node_modules/@pattern-lab/uikit-workshop -- --patternlabrc $INIT_CWD/.patternlabrc.js",
17-
"build": "npm run build:uikit && patternlab build --config ./patternlab-config.json",
17+
"build": "patternlab build --config ./patternlab-config.json",
1818
"help": "patternlab --help",
1919
"install": "patternlab install --config ./patternlab-config.json",
20-
"serve": "npm run build:uikit && patternlab serve --config ./patternlab-config.json",
20+
"serve": "patternlab serve --config ./patternlab-config.json",
2121
"start": "npm run serve",
2222
"version": "patternlab --version"
2323
},

0 commit comments

Comments
 (0)