46b80ca773
Recommend removing ts/node_modules folder before attempting to build after this update. This moves ts/node_modules into the root of the project to work around https://github.com/ankitects/anki/pull/1405#issuecomment-936213861 Also fixes the sass errors shown when running scripts/svelte-check
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
SASS_PATH=ts/sass:$(pwd)/bazel-bin/ts/sass \
|
|
node_modules/.bin/svelte-check \
|
|
--workspace ts
|