Skip to content

Commit 82908d8

Browse files
MTS-1023: Enable PageBuilder extension by default in PR flow 2
1 parent 8e4cf4c commit 82908d8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
"ts:errors:watch": "npm run ts:errors -- -watch",
1111
"ts:lint": "tslint --fix --project .",
1212
"ts:defs": "node ./dev/dts-generator.js",
13-
"ts:build": "babel app/code/Magento/*/view/adminhtml/web/ts/js/ --out-dir app/code/Magento/*/view/adminhtml/web/js/ --extensions '.ts,.tsx' --source-maps",
13+
"ts:build": "babel app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/ --out-dir app/code/Magento/PageBuilder/view/adminhtml/web/js/ --extensions '.ts,.tsx' --source-maps",
14+
"ts:build:banner": "babel app/code/Magento/BannerPageBuilder/view/adminhtml/web/ts/js/ --out-dir app/code/Magento/BannerPageBuilder/view/adminhtml/web/js/ --extensions '.ts,.tsx' --source-maps",
1415
"ts:watch": "npm run ts:build -- --watch",
16+
"ts:watch:banner": "npm run ts:build:banner -- --watch",
1517
"stylelint": "stylelint '**/*.css' '**/*.less'",
16-
"start": "concurrently -n 'compiler,errors' -c 'green,red' 'npm run ts:watch' 'npm run ts:errors:watch'"
18+
"start": "concurrently -n 'compiler,errors' -c 'green,red' 'npm run ts:watch' 'npm run ts:watch:banner' 'npm run ts:errors:watch'"
1719
},
1820
"repository": {
1921
"type": "git",

0 commit comments

Comments
 (0)