1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-29 19:47:45 +00:00
alejandra/front/serve
2022-02-21 15:26:58 -05:00

8 lines
115 B
Bash
Executable file

#! /usr/bin/env bash
set -euo pipefail
wasm-pack build --target web
rm -rf node_modules/
yarn install
yarn start