A repo for my personal website

Hopefully this makes it work

+2 -1
+2 -1
package.json
··· 6 6 "scripts": { 7 7 "build": "tsc && npm run build:cp-public", 8 8 "build:cp-public": "cp ./public/** ./dist", 9 - "type": "tsc --noEmit" 9 + "type": "tsc --noEmit", 10 + "netlify-build": "netlify build" 10 11 }, 11 12 "repository": { 12 13 "type": "git",