A repo for my personal website

Fixing dependency issue

+1 -1
+1 -1
.tangled/workflows/netlify.yaml
··· 11 11 12 12 steps: 13 13 - name: "Install dependencies" 14 - command: "npm install" 14 + command: "npm install --include dev" 15 15 environment: 16 16 NODE_ENV: "development" 17 17 CI: "true"