feat: first somewhat working version
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
|
||||
tsc --declaration
|
||||
cp ./package.json ./dist
|
||||
cp ./README.md ./dist
|
||||
mkdir dist/public || true
|
||||
cp ./public/auto-redirect.html ./dist/public/auto-redirect.html
|
||||
cp ./public/error-page.html ./dist/public/error-page.html
|
||||
if [[ -z $1 ]]; then
|
||||
rm dist/testing.js
|
||||
rm dist/testing.d.ts
|
||||
fi
|
||||
|
||||
echo "Build complete"
|
||||
Reference in New Issue
Block a user