mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Fix for svelte_check
This commit is contained in:
parent
8ff8186aab
commit
677a33f585
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ def svelte_check(name = "svelte_check", srcs = []):
|
||||||
"//ts/lib",
|
"//ts/lib",
|
||||||
"@npm//sass",
|
"@npm//sass",
|
||||||
] + srcs,
|
] + srcs,
|
||||||
env = {"SASS_PATH": "$(rootpath //ts:tsconfig.json)/../.."},
|
env = {"SASS_PATH": "ts/sass"},
|
||||||
# a lack of sandboxing on Windows breaks the local svelte_check
|
# a lack of sandboxing on Windows breaks the local svelte_check
|
||||||
# tests, so we need to disable them on Windows for now
|
# tests, so we need to disable them on Windows for now
|
||||||
target_compatible_with = select({
|
target_compatible_with = select({
|
||||||
|
|
Loading…
Reference in a new issue