mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 05:53:03 -04:00
Refactored test filtering via grep CLI option
This commit is contained in:
@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
|
||||
fi
|
||||
|
||||
# Run command
|
||||
`npm bin`/gulp build --clean --optimize --revision $@
|
||||
`npm bin`/gulp build --clean --optimize --revision "$@"
|
||||
|
||||
@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
|
||||
fi
|
||||
|
||||
# Run command
|
||||
`npm bin`/gulp clean $@
|
||||
`npm bin`/gulp clean "$@"
|
||||
|
||||
@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
|
||||
fi
|
||||
|
||||
# Run command
|
||||
`npm bin`/gulp watch --no-lint $@
|
||||
`npm bin`/gulp watch --no-lint "$@"
|
||||
|
||||
@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
|
||||
fi
|
||||
|
||||
# Run command
|
||||
`npm bin`/gulp tests:visual:run --clean $@
|
||||
`npm bin`/gulp tests:visual:run --clean "$@"
|
||||
|
||||
@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
|
||||
fi
|
||||
|
||||
# Run command
|
||||
`npm bin`/gulp tests:visual:session $@
|
||||
`npm bin`/gulp tests:visual:session "$@"
|
||||
|
||||
@@ -28,4 +28,4 @@ if [[ ! -d `npm bin` ]]; then
|
||||
fi
|
||||
|
||||
# Run command
|
||||
`npm bin`/gulp tests:visual:update $@
|
||||
`npm bin`/gulp tests:visual:update "$@"
|
||||
|
||||
Reference in New Issue
Block a user