From 9a409c7b8c31f056118370af054195cd3a9c727a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 16 Apr 2021 10:28:37 +1000 Subject: [PATCH] fix scripts/svelte-check invocation @hgiesel there are a couple of warnings shown there that are not currently being picked up with the Bazel tests --- scripts/svelte-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/svelte-check b/scripts/svelte-check index fe6d951cb..4a8aacbdb 100755 --- a/scripts/svelte-check +++ b/scripts/svelte-check @@ -1,3 +1,3 @@ #!/bin/bash -cd ts && SASS_PATH=$(pwd)/../bazel-bin node_modules/.bin/svelte-check +SASS_PATH=$(pwd)/bazel-bin ts/node_modules/.bin/svelte-check