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.
1 parent 8ecd615 commit 7543696Copy full SHA for 7543696
packages/edition-twig/package.json
@@ -14,10 +14,10 @@
14
"main": "patternlab-config.json",
15
"scripts": {
16
"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",
+ "build": "patternlab build --config ./patternlab-config.json",
18
"help": "patternlab --help",
19
"install": "patternlab install --config ./patternlab-config.json",
20
- "serve": "npm run build:uikit && patternlab serve --config ./patternlab-config.json",
+ "serve": "patternlab serve --config ./patternlab-config.json",
21
"start": "npm run serve",
22
"version": "patternlab --version"
23
},
0 commit comments