mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 16:08:34 +02:00
🐛 Fix problem with build script wasm (#5739)
This commit is contained in:
parent
a79315a61c
commit
96e99f6a78
3 changed files with 8 additions and 6 deletions
|
@ -1,9 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
set -x
|
||||
|
||||
_SCRIPT_DIR=$(dirname $0);
|
||||
pushd $_SCRIPT_DIR;
|
||||
|
||||
. ./_build_env
|
||||
|
||||
set -x
|
||||
|
||||
pushd $_SCRIPT_DIR;
|
||||
cargo watch \
|
||||
-x "build $_CARGO_PARAMS" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue