mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 23:57:07 +00:00
Build advisory index
This commit is contained in:
parent
d1ac7bd090
commit
e4e1844ac1
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ RUST_BACKTRACE=full cargo run --target-dir /tmp --manifest-path=rust/Cargo.toml
|
|||
RUST_BACKTRACE=full cargo run --target-dir /tmp --manifest-path=rust/Cargo.toml targets -d /tmp/public/index/targets.js
|
||||
RUST_BACKTRACE=full cargo run --target-dir /tmp --manifest-path=rust/Cargo.toml caniuse -r /tmp/caniuse -d /tmp/public/index/caniuse.js
|
||||
RUST_BACKTRACE=full cargo run --target-dir /tmp --manifest-path=rust/Cargo.toml rfcs -r /tmp/rfcs -d /tmp/public/index/rfcs.js
|
||||
RUST_BACKTRACE=full cargo run --target-dir /tmp --manifest-path=rust/Cargo.toml advisory
|
||||
# Copy commands.js
|
||||
cp extension/index/commands.js /tmp/public/index/commands.js
|
||||
|
||||
|
|
Loading…
Reference in a new issue