add example script to run svelte-check outside Bazel
todo: investigate why it's reporting one issue that is not caught when testing with Bazel
This commit is contained in:
parent
6cee43631a
commit
3e6df402ae
3
scripts/svelte-check
Executable file
3
scripts/svelte-check
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
cd ts && SASS_PATH=$(pwd)/../bazel-bin node_modules/.bin/svelte-check
|
Loading…
Reference in New Issue
Block a user