Skip to content

Commit 4cb2736

Browse files
committed
build.sh - fix the node-sass command for CI
1 parent 3355f0b commit 4cb2736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ cd ..
1414

1515
cp -r frontend/build/* dist/course/
1616

17-
npx -y node-sass homepage/static/css -o dist/course
17+
npx -y --package=node-sass -- node-sass homepage/static/css -o dist/course
1818
cp -r homepage/* dist/

0 commit comments

Comments
 (0)