Skip to content

Commit 2e880d1

Browse files
committed
🔥 Removed .env check
1 parent c63d5d7 commit 2e880d1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scripts/build.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
#!/bin/bash
2-
if [[ -f ../.env ]]
3-
then
4-
echo 'Missing .env file'
5-
echo 'Please consult README for setup instructions'
6-
exit 1
7-
fi
82
npm run build-chapters -- $@
93
npm run generate-css
104
npm run build-dependencies
115
npm run build-copy -- $@
12-
npm run build-html -- $@
6+
npm run build-html -- $@

0 commit comments

Comments
 (0)