This commit is contained in:
@@ -411,7 +411,15 @@ npm run check:extension # type-check, build extension/background.js, syntax-ch
|
|||||||
uv run pytest -q
|
uv run pytest -q
|
||||||
```
|
```
|
||||||
|
|
||||||
The extension source lives in `extension/src/`. `extension/background.js` is generated and ignored by git. Run `npm run build:extension` before using `Load unpacked` with `extension/`.
|
On NixOS or hosts without global Node/npm:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
nix-shell
|
||||||
|
npm ci
|
||||||
|
npm run check:extension
|
||||||
|
```
|
||||||
|
|
||||||
|
The extension source lives in `extension/src/`. `extension/background.js` is generated and ignored by git. Run `npm run build:extension` before using `Load unpacked` with `extension/`. On NixOS, use `nix-shell` first if npm is not installed globally.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user