mirror of
https://github.com/seigler/bl3skills.com
synced 2025-07-27 01:36:12 +00:00
🐛 Fix a Moze skill, fix linked builds for Moze
This commit is contained in:
parent
47d7296301
commit
2ca7de864c
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
"build": "pwa build",
|
||||
"start": "sirv build -s",
|
||||
"watch": "pwa watch",
|
||||
"deploy": "npm run build && mkdir build/operative build/siren build/beastmaster build/bot-jock && cp build/index.html build/operative/ && cp build/index.html build/siren/ && cp build/index.html build/beastmaster/ && cp build/index.html build/bot-jock/ && echo 'bl3skills.com' > build/CNAME && npm run push-gh-pages",
|
||||
"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",
|
||||
"push-gh-pages": "git-directory-deploy --directory build/"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue