Skip to content

Commit 3ed47a6

Browse files
MTS-1023: Enable PageBuilder extension by default in PR flow
1 parent f9f7497 commit 3ed47a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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/PageBuilder/view/adminhtml/web/ts/js/ --out-dir app/code/Magento/PageBuilder/view/adminhtml/web/js/ --extensions '.ts,.tsx' --source-maps",
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",
1414
"ts:watch": "npm run ts:build -- --watch",
1515
"stylelint": "stylelint '**/*.css' '**/*.less'",
1616
"start": "concurrently -n 'compiler,errors' -c 'green,red' 'npm run ts:watch' 'npm run ts:errors:watch'"

0 commit comments

Comments
 (0)