reimakesgames
HOBBYOP
a year ago
I need help with this project of mine that won't deploy recently
27 Replies
"scripts": {
"build_voicelines": "node scripts/get_voicelines.js",
"build_jekyll": "bundle exec jekyll build -s posts",
"build_tools": "cp -r tools _site/",
"build_media": "cp -r media _site/",
"build_og": "node scripts/generate_og_image.js posts/_posts",
"build_server": "tsc",
"wipe_ruby": "for x in `gem list --no-versions`; do gem uninstall $x -a -x -I; done",
"build": "npm run build_voicelines && npm run build_og && npm run build_jekyll && npm run build_media && npm run build_tools && npm run build_server",
"build_unsafe": "npm run build && node scripts/wipe_image_for_deployment.js && npm run wipe_ruby",
"start": "node js/index.js",
"serve_dev": "npm run build_jekyll && npm run build_media && npm run build_tools && tsc && npm run start"
},i don't need it packaged up for the deployment so i remove them so it won't be included in the image
(everything here is crude because i don't know how to do stuff in docker)
i looked into diffs and there doesn't seem to be any breaking changes between a recent available deployment

a year ago
!s
Status changed to Solved brody • 12 months ago




