Skip to content

Commit 65c3559

Browse files
committed
Fix(mdj): Adjusted build config
Signed-off-by: Michael Rehnert (killshot13) <[email protected]>
1 parent c7aae4a commit 65c3559

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

stackbit-build.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/usr/bin/env bash
2+
3+
set -e
4+
set -o pipefail
5+
set -v
6+
7+
echo "stackbit-build.sh: start build"
8+
9+
# fetch data from CMS through stackbit-pull
10+
npx @stackbit/stackbit-pull --stackbit-pull-api-url=https://api.stackbit.com/pull/60323df295aa610015b59f66 --stackbit-api-key=STACKBIT_API_KEY
11+
12+
# build site
13+
yarn run build
14+
15+
echo "stackbit-build.sh: finished build"

0 commit comments

Comments
 (0)