mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00

Invoking from scripts/svelte-check is currently broken due to sass imports - it appears to have been broken some time back.
3 lines
89 B
Bash
Executable file
3 lines
89 B
Bash
Executable file
#!/bin/bash
|
|
|
|
SASS_PATH=$(pwd)/bazel-bin ts/node_modules/.bin/svelte-check --workspace ts
|