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 c95e8b5 commit 387f9b1Copy full SHA for 387f9b1
scripts/build.sh
@@ -72,4 +72,3 @@ if [ -z "$BUILD_TARGET_ARCH" ]; then
72
fi
73
74
echo "Build complete ✨"
75
-killall Finicky
scripts/watch.sh
@@ -1,5 +1,4 @@
1
#!/bin/bash
2
3
fd . --type f packages/config-api packages/finicky-ui apps/finicky \
4
- | entr -r sh -c 'clear && ./scripts/build.sh && echo "$?"'
5
-
+ | entr -r sh -c 'clear && ./scripts/build.sh && killall Finicky && echo "$?"'
0 commit comments