Skip to content

Commit 3eb7e7b

Browse files
committed
add import-db command to cma template
1 parent c61dc08 commit 3eb7e7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-packages/create-magento-app/template/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"logs": "magento-scripts logs",
1111
"link": "magento-scripts link",
1212
"status": "magento-scripts status",
13-
"exec": "magento-scripts exec"
13+
"exec": "magento-scripts exec",
14+
"import-db": "magento-scripts import-db"
1415
},
1516
"scandipwa": {
1617
"type": "magento"

0 commit comments

Comments
 (0)