mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-31 20:11:55 +00:00
Hopefully fix up yml
This commit is contained in:
@@ -15,8 +15,10 @@ script:
|
||||
- rustup target add wasm32-unknown-unknown
|
||||
- cargo test
|
||||
- cargo install --debug --path crates/wasm-bindgen-cli
|
||||
- (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)
|
||||
- |
|
||||
(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:
|
||||
|
Reference in New Issue
Block a user