mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
3 lines
103 B
Bash
Executable File
3 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf .parcel-cache && yarn parcel build src/run-web.html && cp dist/run-web.html ../src/
|