mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix problem with build script wasm (#5739)
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user