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

Commit 7b55359

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"kue": "node scripts/kue.js",
2929
"kue-dashboard": "npm run kue dashboard -- --port=3050",
3030
"o2m": "ts-node src/worker/order_to_magento2.js start",
31-
"o2m-anon": "node src/worker/order_to_magento2.js testAnon",
32-
"o2m-auth": "node src/worker/order_to_magento2.js testAuth",
33-
"o2m-dev": "nodemon -w src/worker/order_to_magento2.js --exec \"node src/worker/order_to_magento2.js\"",
31+
"o2m-anon": "ts-node src/worker/order_to_magento2.js testAnon",
32+
"o2m-auth": "ts-node src/worker/order_to_magento2.js testAuth",
33+
"o2m-dev": "nodemon -w src/worker/order_to_magento2.js --exec \"ts-node src/worker/order_to_magento2.js\"",
3434
"migrate": "node node_modules/migrate/bin/migrate",
3535
"prestart": "npm run -s build",
3636
"test": "eslint src",

0 commit comments

Comments
 (0)