Skip to content

Commit

Permalink
chore(59): work around dep problem with eval.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Nov 6, 2024
1 parent 8fbb5e1 commit 9b80e3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions proposals/59:usdc-psm/eval.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

echo "[$PROPOSAL] Running proposal declared in package.json"
# copy to run in the proposal package so the dependencies can be resolved
cp /usr/src/upgrade-test-scripts/eval_submission.js .
./eval_submission.js

0 comments on commit 9b80e3c

Please sign in to comment.