Skip to content

Commit c3a2455

Browse files
committed
Fix build script (again)
1 parent 5086507 commit c3a2455

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

www/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
set -e
23

34
echo "Installing dependencies from npm..."
45
npm i
@@ -14,7 +15,7 @@ echo "Building typescript..."
1415
)
1516

1617
echo "Building scss..."
17-
sass www
18+
./node_modules/sass/sass.js www
1819

1920
echo "Decrypting secret gif..."
2021
openssl enc -aes-256-cbc -d -in "./www/secret.gif.bin" -out "./www/secret.gif" -nosalt -K "$1" -iv "$2"

0 commit comments

Comments
 (0)