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
3 changed files with 7140 additions and 3219 deletions

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",