We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8fec1 commit 6e0280aCopy full SHA for 6e0280a
1 file changed
Makefile
@@ -11,10 +11,10 @@ install:
11
12
lint:
13
npm run lint
14
- python scripts/fix.py --path ./aep/general/
15
- python scripts/validate_links.py
+ python3 scripts/fix.py --path ./aep/general/
+ python3 scripts/validate_links.py
16
17
check:
18
npm run check
19
- python scripts/fix.py --check --path ./aep/general/
20
+ python3 scripts/fix.py --check --path ./aep/general/
0 commit comments