Fix static deploy stuff with bandaid

This commit is contained in:
Bret Comnes 2022-02-01 10:41:55 -08:00
parent 69e0bdd342
commit fea2d4780c
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC
3 changed files with 7140 additions and 3219 deletions

10355
dist/index.js vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -37,7 +37,7 @@
"build": "npm run clean && run-p build:*",
"build:action": "rm -rf dist && ncc build index.js -o dist -s",
"build:md": "sitedown . -b public -l layout.html",
"build:static": "cpx './!(node_modules)**/*.{png,ico}' public",
"build:static": "cpx '**/*.{png,ico}' public --ignore node_modules",
"clean": "rimraf public && mkdirp public",
"release": "git push --follow-tags && gh-release -y",
"start": "npm run watch",