Skip to content

Commit f1cb74f

Browse files
committed
MC-10833: Resolve TypeScript errors
- Fix watch command
1 parent 2c1d69c commit f1cb74f

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:lint": "node_modules/tslint/bin/tslint --fix --project .",
1111
"ts:defs": "node ./dev/dts-generator.js",
1212
"ts:build": "npx 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:watch": "npm run build -- --watch",
13+
"ts:watch": "npm run ts:build -- --watch",
1414
"start": "npx concurrently -n \"compiler,errors\" -c \"green,red\" \"npm run ts:watch\" \"npm run ts:errors:watch\""
1515
},
1616
"repository": {

0 commit comments

Comments
 (0)