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 3183db3 commit fb75c92Copy full SHA for fb75c92
tools/check.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
set -euo pipefail
3
-projects=("mytoken" "escrow" "simplenft" "minimarket" "paysplit")
+projects=("mytoken" "escrow" "simplenft" "minimarket" "paysplit" "vesting")
4
for p in "${projects[@]}"; do
5
echo "===> '$p'"
6
(cd "$p" && aptos move clean && aptos move compile && aptos move test --filter .)
0 commit comments