replit2 / package.json
Nhughes09
deploy: clean force push
c89a139
raw
history blame contribute delete
438 Bytes
{
"name": "hheuristics-root",
"private": true,
"scripts": {
"build": "echo 'NEW GITHUB WAS USED: Starting Build...' && cd frontend && npm install && npm run build && echo 'Build Complete: frontend/dist created'",
"postinstall": "npm run build",
"deploy": "npm run build && npx wrangler deploy",
"dev": "./start_full_stack.sh"
},
"devDependencies": {
"wrangler": "^3.0.0"
}
}