File size: 438 Bytes
c89a139
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "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"
    }
}