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.
4 lines
149 B
4 lines
149 B
#!/bin/bash
|
|
rm -r frontend/dist 2>/dev/null
|
|
mkdir frontend/dist
|
|
deno run -A https://deno.land/x/aleph@v0.3.0-alpha.32/cli.ts build frontend --reload
|
|
|