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 79217ff commit d682234Copy full SHA for d682234
scripts/prebuild.sh
@@ -2,11 +2,6 @@
2
3
set -e
4
5
-if [ "$DEFANG_SKIP_GENERATION" = "1" ]; then
6
- echo 'Skipping CLI and sample generation (DEFANG_SKIP_GENERATION=1)';
7
- exit 0
8
-fi
9
-
10
CWD=$(pwd)
11
CLI_DOCS_PATH=$(readlink -f docs/cli)
12
src/pages/index.tsx
@@ -1,4 +1,3 @@
1
import { useEffect } from 'react';
0 commit comments