Skip to content

Commit d682234

Browse files
committed
rm all refs to testing and cleanup extra line
1 parent 79217ff commit d682234

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

scripts/prebuild.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
set -e
44

5-
if [ "$DEFANG_SKIP_GENERATION" = "1" ]; then
6-
echo 'Skipping CLI and sample generation (DEFANG_SKIP_GENERATION=1)';
7-
exit 0
8-
fi
9-
105
CWD=$(pwd)
116
CLI_DOCS_PATH=$(readlink -f docs/cli)
127

src/pages/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { useEffect } from 'react';
32

43

0 commit comments

Comments
 (0)