Skip to content

Commit 43d335d

Browse files
committed
Update build.sh
1 parent ea1bc1a commit 43d335d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ set -o errexit
44

55
python -m pip install --upgrade pip
66

7-
yarn ; gulp
7+
# recompile scss
8+
npm install gulp-cli -g
9+
npm i
10+
gulp
811

912
pip install -r requirements.txt
1013

0 commit comments

Comments
 (0)