mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-29 19:47:45 +00:00
8 lines
115 B
Bash
Executable file
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
|