Skip to content

Commit

Permalink
remove babel-node from reconcile:legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand committed Mar 24, 2021
1 parent d2b329a commit af81eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"import:goals": "node ./build/server/tools/importTTAPlanGoals.js",
"import:hses:local": "./node_modules/.bin/babel-node ./src/tools/importGrantGranteesCLI.js --skipdownload",
"import:hses": "node ./build/server/tools/importGrantGranteesCLI.js",
"reconcile:legacy": "./node_modules/.bin/babel-node ./build/server/tools/reconcileLegacyReports.js",
"reconcile:legacy": "node ./build/server/tools/reconcileLegacyReports.js",
"reconcile:legacy:local": "./node_modules/.bin/babel-node ./src/tools/reconcileLegacyReports.js"
},
"repository": {
Expand Down

0 comments on commit af81eaa

Please sign in to comment.