Skip to content

Commit

Permalink
update ci config (abap2UI5#1097)
Browse files Browse the repository at this point in the history
* Rename abaplint_rename.json to abaplint_rename.jsonc

* Update package.json
  • Loading branch information
oblomov-dev authored Apr 22, 2024
1 parent 1cfc2b6 commit a8da7c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"unit": "echo RUNNING && node output/index.mjs",
"transpile": "rm -rf output && abap_transpile test/abap_transpile.json",
"test": "npm run downport && npm run transpile && npm run unit",
"rename": "abaplint ./ci/abaplint_rename.json --rename",
"rename": "abaplint ./ci/abaplint_rename.jsonc --rename",
"cleanup": "rm -rf input && rm -rf output"
},
"repository": {
Expand Down

0 comments on commit a8da7c5

Please sign in to comment.