Skip to content

Commit af71e33

Browse files
committed
remove: upload examples
1 parent 1a113d9 commit af71e33

File tree

2 files changed

+1
-71
lines changed

2 files changed

+1
-71
lines changed

build_tools/build/examples/artifact.rs

Lines changed: 0 additions & 70 deletions
This file was deleted.

build_tools/build/src/project/wasm/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub const PACKAGE_BLACKLIST: [&str; 1] = ["integration-test"];
2424
pub const WASM_TEST_ATTRIBUTES: [&str; 2] = ["#[wasm_bindgen_test]", "#[wasm_bindgen_test(async)]"];
2525

2626
/// Subdirectories in the crate directory that contain sources for the crate.
27-
pub const SOURCE_SUBDIRECTORIES: [&str; 4] = ["src", "benches", "examples", "tests"];
27+
pub const SOURCE_SUBDIRECTORIES: [&str; 3] = ["src", "benches", "tests"];
2828

2929
// ===============
3030
// === Browser ===

0 commit comments

Comments
 (0)