don't build as part of deployment; keep separate

This commit is contained in:
Max Bradbury 2021-07-05 17:42:49 +01:00
parent 84332dcd17
commit 501f88cb25
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#! /usr/bin/env bash
./build.sh
rm -rf dist
mkdir dist
cp -r README.md LICENSE index.html script.js pkg includes dist