Skip to content

Commit

Permalink
DOTNET_USE_POLLING_FILE_WATCHER=true (docker-ci) (#11855) (#11865)
Browse files Browse the repository at this point in the history
Co-authored-by: AlekseyMartynov <AlekseyMartynov@users.noreply.github.com>
  • Loading branch information
San4es and AlekseyMartynov authored Feb 4, 2020
1 parent e5da602 commit 3753dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-ci.sh
Original file line number Diff line number Diff line change
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 3753dab

Please sign in to comment.