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
This commit is contained in:
Damien Elmes 2021-04-16 10:28:37 +10:00
parent a32bb47b9b
commit 9a409c7b8c

View file

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