Closed vemoo closed 2 years ago
Name | Link |
---|---|
Latest commit | 282f0229bfdb58877669c3930102b4567384b993 |
Latest deploy log | https://app.netlify.com/sites/dada-lang/deploys/62c07a1e07aa6900097d8d45 |
Deploy Preview | https://deploy-preview-195--dada-lang.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
bors r+
Build failed:
bors r+
Build succeeded:
I noticed that running
cargo xtask deploy
always builtxtask
anddada-web
projects. After some investigation I realized thatwasm-pack
was invalidating the cache intarget
because it's runningcargo build
with different flags.This changes the target directory for
wasm-pack
invocation totarget/wasm-pack
.