Skip to content

Commit 08ece2c

Browse files
committed
:fix: Rollback previous srtool customizations
> Co-authored-by: chiefbiiko <noah@t3rn.io>
1 parent 6f4083b commit 08ece2c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

scripts/upgrade-runtime.sh

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ fi
1111
trap 'cleanup' EXIT
1212

1313
cleanup() {
14-
rm -rf node_modules
15-
rm -f package.json package-lock.json
16-
rm $used_wasm
14+
rm -rf $root_dir/scripts/node_modules
15+
rm -f \
16+
$root_dir/scripts/package.json \
17+
$root_dir/scripts/package-lock.json \
18+
$used_wasm
1719
}
1820

1921
get_finalized_head(){
@@ -108,7 +110,7 @@ report="$( \
108110
--profile release \
109111
--runtime-dir runtime/parachain \
110112
--package circuit-parachain-runtime \
111-
--json \
113+
--app \
112114
$root_dir \
113115
)"
114116

0 commit comments

Comments
 (0)