🚚 Refactor directory structure
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
cd $(dirname $0)/..
|
||||
crates_dir=$(pwd)
|
||||
|
||||
cd ../..
|
||||
wasm-pack build --target=web --scope=wasm-fmt crates/json_fmt
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
cd $(dirname $0)/..
|
||||
crates_dir=$(pwd)
|
||||
|
||||
cd ../..
|
||||
wasm-pack build --target=web --scope=wasm-fmt json_fmt
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
cd $(dirname $0)/..
|
||||
crates_dir=$(pwd)
|
||||
|
||||
cd ../..
|
||||
wasm-pack build --target=web --scope=wasm-fmt web_fmt
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
cd $(dirname $0)/..
|
||||
crates_dir=$(pwd)
|
||||
|
||||
cd ../..
|
||||
wasm-pack build --target=web --scope=wasm-fmt crates/web_fmt
|
||||
|
||||
Reference in New Issue
Block a user