Skip to content

Commit

Permalink
fix unit script
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyan-velichkov authored Jun 24, 2024
1 parent c146dac commit ffe60f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"transpile": "rm -rf output && abap_transpile abap_transpile.json",
"lint": "abaplint --config abaplint.json",
"unit": "npm run transpile && echo RUNNING && node output/index.mjs && echo OK",
"unit" : "npm run transpile && echo RUNNING && node dist/abap/index.mjs && echo OK",
"test": "npm run lint && npm run unit",
"run": "node run.mjs"
},
Expand All @@ -17,4 +17,4 @@
},
"author": "codbex",
"license": "EPL"
}
}

0 comments on commit ffe60f9

Please sign in to comment.