Skip to content

Commit

Permalink
ci: separate exec args
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Jan 14, 2022
1 parent 224f785 commit 932279f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ case "$1" in
;;
("webui")
# TODO: both can only parse one file at a time
npm exec --no eslint html/custom.js
npm exec --no html-validate html/index.html
npm exec --no -- eslint html/custom.js
npm exec --no -- html-validate html/index.html
# checks whether the webui can be built
./build.sh -f environments
# TODO: gzip inserts an OS-dependant byte in the header, ref.
Expand Down

0 comments on commit 932279f

Please sign in to comment.