This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b9251290ca
anki
/
scripts
/
svelte-check
4 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
2021-04-15 06:29:03 +02:00
#!/bin/bash
update svelte-check Invoking from scripts/svelte-check is currently broken due to sass imports - it appears to have been broken some time back.
2021-09-29 03:32:47 +02:00
SASS_PATH=$(pwd)/bazel-bin ts/node_modules/.bin/svelte-check --workspace ts
Reference in New Issue
Copy Permalink