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 5564526 commit f517eb3Copy full SHA for f517eb3
Makefile
@@ -24,8 +24,7 @@ start-ui:
24
25
test:
26
@echo "INFO testing both server and UI..."
27
- osascript -e 'tell application "Terminal" to do script "$(TEST_SERVER)"'
28
- osascript -e 'tell application "Terminal" to do script "$(TEST_UI)"'
+ $(TEST_UI)
29
30
test-server:
31
@echo "INFO testing server..."
0 commit comments