Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Sep 7, 2024
1 parent 696fee6 commit af29d94
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 @@ -4,7 +4,7 @@
"version": "1.0.0",
"description": "Mirror of (ajson)[https://github.com/sbcgua/ajson] mirror to zcl_abapgit_ namespace",
"scripts": {
"clone": "git clone https://github.com/abap2ui5/abap2ui5/src src && git clone https://github.com/sbcgua/ajson input && rm input/src/core/package.devc.xml && rm input/src/libs/package.devc.xml && rm -rf input/src/perf && mv input/src/core/* input/src && mv input/src/libs/* input/src",
"clone": "git clone https://github.com/abap2ui5/abap2ui5/src src && git clone https://github.com/oblomov-dev/ajson input && rm input/src/core/package.devc.xml && rm input/src/libs/package.devc.xml && rm -rf input/src/perf && mv input/src/core/* input/src && mv input/src/libs/* input/src",
"lint_result": "abaplint abaplint.json",
"fix_result": "abaplint abaplint.json --fix",
"rename": "abaplint abaplint_rename.json --rename && rm src/01/01 && cp output/input/src/* src/01/01",
Expand Down

0 comments on commit af29d94

Please sign in to comment.