Skip to content

Commit 56e4537

Browse files
authored
Update Makefile
1 parent 1095681 commit 56e4537

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ lint:
1414
refactor: format lint
1515
deploy:
1616
# deploy goes here
17+
run:
18+
chmod +x ./main.py &&\
19+
./main.py
1720
all: install lint test format deploy

0 commit comments

Comments
 (0)