mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Don't run servers on CI
This commit is contained in:
parent
98b9bee876
commit
94001c3303
@ -15,8 +15,8 @@ script:
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- cargo test
|
||||
- cargo install --debug --path crates/wasm-bindgen-cli
|
||||
- (cd examples/hello_world && ./build.sh)
|
||||
- (cd examples/smorgasboard && ./build.sh)
|
||||
- (cd examples/hello_world && sed -i 's/: "webpack-dev-server"/: "webpack"' package.json && ./build.sh)
|
||||
- (cd examples/smorgasboard && sed -i 's/: "webpack-dev-server"/: "webpack"' package.json && ./build.sh)
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
Loading…
x
Reference in New Issue
Block a user