Skip to content

Commit

Permalink
fix run script
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyan-velichkov authored Jun 24, 2024
1 parent ffe60f9 commit 2ed0be2
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 @@ -7,7 +7,7 @@
"lint": "abaplint --config abaplint.json",
"unit" : "npm run transpile && echo RUNNING && node dist/abap/index.mjs && echo OK",
"test": "npm run lint && npm run unit",
"run": "node run.mjs"
"run": "node dist/run.mjs"
},
"dependencies": {
"buffer": "^6.0.3",
Expand Down

0 comments on commit 2ed0be2

Please sign in to comment.