We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c85ea2 commit 6698967Copy full SHA for 6698967
package.json
@@ -26,6 +26,6 @@
26
"downport": "abaplint --fix .github/abaplint/abap_702.jsonc && npm run syfixes",
27
"auto_transpile": "rm -rf node/output && cp -r src node/downport && abap_transpile ./node/setup/abap_transpile.json",
28
"unit": "echo RUNNING && node node/output/index.mjs",
29
- "rename_test": "abaplint ./.github/abaplint/rename_test.jsonc --rename"
+ "rename_test": "abaplint .github/abaplint/rename_test.jsonc --rename"
30
}
31
0 commit comments