Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 7069bd9

Browse files
author
tkostuch
committed
use ts for compiling o2m modules
1 parent 536841c commit 7069bd9

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
@@ -27,7 +27,7 @@
2727
"dump_de": "npm run dump -- --input-index=vue_storefront_catalog --output-file=var/catalog_de.json",
2828
"kue": "node scripts/kue.js",
2929
"kue-dashboard": "npm run kue dashboard -- --port=3050",
30-
"o2m": "node src/worker/order_to_magento2.js start",
30+
"o2m": "ts-node src/worker/order_to_magento2.js start",
3131
"o2m-anon": "node src/worker/order_to_magento2.js testAnon",
3232
"o2m-auth": "node src/worker/order_to_magento2.js testAuth",
3333
"o2m-dev": "nodemon -w src/worker/order_to_magento2.js --exec \"node src/worker/order_to_magento2.js\"",

0 commit comments

Comments
 (0)