Skip to content

Commit 7ebdce4

Browse files
committed
adding composer script commands
1 parent e318b7e commit 7ebdce4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"aleksip/plugin-data-transform": "^0.10.2"
3535
},
3636
"scripts": {
37+
"server": "php core/console --server",
38+
"generate": "php core/console --generate",
39+
"watch": "php core/console --watch",
40+
"start": "php core/console --server & php core/console --watch",
3741
"post-install-cmd": [
3842
"PatternLab\\Installer::postInstallCmd"
3943
],

0 commit comments

Comments
 (0)