all repos — underbbs @ 1c1346e7cd9041c1c12c7ab702074cc38f4a4d82

decentralized social media client

build.sh (raw)

1
2
3
4
5
6
7
8
#!/bin/sh

if [ ! -e ./src ]; then
  mkdir ./src
fi

npx tsc &&
npx webpack --config webpack.config.js