mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
remove hack
This commit is contained in:
parent
b133ce5f0b
commit
bbe0c3557a
|
@ -6,9 +6,9 @@
|
||||||
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone -o zabapgit.abap",
|
"merge": "abapmerge -f src/zabapgit.prog.abap -c zabapgit_standalone -o zabapgit.abap",
|
||||||
"merge.ci": "cp zabapgit.abap ci/zabapgit_standalone.prog.abap && cd ci && abaplint --format codeframe && cd ..",
|
"merge.ci": "cp zabapgit.abap ci/zabapgit_standalone.prog.abap && cd ci && abaplint --format codeframe && cd ..",
|
||||||
"build": "rm -rf output && abap_transpile test/abap_transpile.json",
|
"build": "rm -rf output && abap_transpile test/abap_transpile.json",
|
||||||
"unit": "npm run build && echo RUNNING && node output/index.mjs",
|
"unit": "npm run build && echo RUNNING && node output/index.mjs --skip-critical",
|
||||||
"coverage": "npm run unit && c8 node output/index.mjs && c8 report --reporter=html",
|
"coverage": "npm run unit && c8 node output/index.mjs && c8 report --reporter=html",
|
||||||
"integration": "rm -rf output && cp test/abap_transpile.json test/abap_transpile_int.json && sed -i 's/src,deps/test\\/src,src,deps/g' test/abap_transpile_int.json && abap_transpile test/abap_transpile_int.json && cp -f src/ui/zabapgit_icon_font.w3mi.data.woff output/ && echo RUNNING && node output/index.mjs",
|
"integration": "npm run build && cp -f src/ui/zabapgit_icon_font.w3mi.data.woff output/ && echo RUNNING && node output/index.mjs --only-critical",
|
||||||
"abaplint": "abaplint --format codeframe",
|
"abaplint": "abaplint --format codeframe",
|
||||||
"eslint": "eslint src"
|
"eslint": "eslint src"
|
||||||
},
|
},
|
||||||
|
|
1
test/.gitignore
vendored
1
test/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
abap_transpile_int.json
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"input_folder": "{src,deps}",
|
"input_folder": "{src,deps,test/src}",
|
||||||
"input_filter": [
|
"input_filter": [
|
||||||
"\\.w3mi.",
|
"\\.w3mi.",
|
||||||
"deps/",
|
"deps/",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user