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 f9f7497 commit 3ed47a6Copy full SHA for 3ed47a6
package.json
@@ -10,7 +10,7 @@
10
"ts:errors:watch": "npm run ts:errors -- -watch",
11
"ts:lint": "tslint --fix --project .",
12
"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",
+ "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",
14
"ts:watch": "npm run ts:build -- --watch",
15
"stylelint": "stylelint '**/*.css' '**/*.less'",
16
"start": "concurrently -n 'compiler,errors' -c 'green,red' 'npm run ts:watch' 'npm run ts:errors:watch'"
0 commit comments