Browse Source

ci: separate exec args

pull/2508/head
Maxim Prokhorov 2 years ago
parent
commit
932279f79f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      ci_script.sh

+ 2
- 2
ci_script.sh View File

@ -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.


Loading…
Cancel
Save