mirror of
https://github.com/pebble-dev/clay.git
synced 2026-09-02 23:27:38 -04:00
[WIP] - Basic SimpleAppMessage integration for ints.
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
test_app_folder_name="clay-test"
|
||||
if [ "$(basename $(pwd))" != "$test_app_folder_name" ]; then
|
||||
echo "Must be executed from $test_app_folder_name folder"
|
||||
exit
|
||||
fi
|
||||
|
||||
pebble clean && cd .. && npm run pebble-build || { cd $test_app_folder_name && exit; } && cd $test_app_folder_name && pebble build
|
||||
Reference in New Issue
Block a user