npm audit fix

This commit is contained in:
Joshua Seigler 2025-06-14 03:45:29 -04:00
parent 84e70d0b02
commit 9a78d65357
2 changed files with 11248 additions and 6472 deletions

17718
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build": "pwa build",
"build": "npx pwa build",
"start": "sirv build -s",
"watch": "pwa watch",
"deploy": "npm run build && mkdir build/operative build/siren build/beastmaster build/gunner && cp build/index.html build/operative/ && cp build/index.html build/siren/ && cp build/index.html build/beastmaster/ && cp build/index.html build/gunner/ && echo 'bl3skills.com' > build/CNAME && npm run push-gh-pages",