You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
319 B
8 lines
319 B
2 years ago
|
wasm-pack build --release stackline-wasm --target web --out-dir ../editor-solidjs/stackline-wasm
|
||
|
|
||
|
[ -d editor-solidjs/font ] && rm editor-solidjs/font
|
||
|
ln -s ../font editor-solidjs/font
|
||
|
|
||
|
[ -f editor-solidjs/prime.json ] && rm editor-solidjs/prime.json
|
||
|
ln -s ../stackline/tests/other/prime.json editor-solidjs/prime.json
|