Skip to content

Commit

Permalink
DOTNET_USE_POLLING_FILE_WATCHER=true (docker-ci) (DevExpress#11855)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyMartynov authored and San4es committed Feb 4, 2020
1 parent d48fcdd commit 42be38b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-ci.sh
Expand Up @@ -6,6 +6,7 @@ trap "echo 'Interrupted!' && kill -9 0" TERM INT

export DEVEXTREME_DOCKER_CI=true
export NUGET_PACKAGES=$PWD/dotnet_packages
export DOTNET_USE_POLLING_FILE_WATCHER=true

function run_lint {
npm i eslint eslint-plugin-spellcheck eslint-plugin-qunit stylelint stylelint-config-standard npm-run-all babel-eslint
Expand Down

0 comments on commit 42be38b

Please sign in to comment.