Skip to content

Commit 0d80c57

Browse files
authored
Merge pull request #1695 from elizaOS/fix/smokeTests
fix: smoke tests
2 parents 4dff318 + b1da5ac commit 0d80c57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/smokeTests.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ cd "$PROJECT_DIR"
3636

3737
cp .env.example .env
3838

39-
pnpm install -r
39+
pnpm clean
40+
41+
pnpm install -r --no-frozen-lockfile
4042

4143
pnpm build
4244

0 commit comments

Comments
 (0)