mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
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
1 changed files with 3 additions and 0 deletions
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 a new issue