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 95d11a7 commit 78f7d80Copy full SHA for 78f7d80
packages/development-edition-engine-twig/package.json
@@ -6,6 +6,7 @@
6
"scripts": {
7
"postbootstrap": "patternlab install --starterkits @pattern-lab/starterkit-twig-demo",
8
"pl:build": "patternlab build --config ./patternlab-config.json",
9
+ "pl:debug": "node --inspect-brk=24984 node_modules/.bin/patternlab build --config ./patternlab-config.json",
10
"pl:help": "patternlab --help",
11
"pl:install": "patternlab install --config ./patternlab-config.json",
12
"pl:serve": "patternlab serve --config ./patternlab-config.json",
0 commit comments