fix flake

This commit is contained in:
Rachel Lambda Samuelsson 2024-07-17 14:57:10 +02:00
parent 95a30f831a
commit 9c0337cd46
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
name = "rachel-blog-vue";
src = ./.;
npmBuildScript = "build-only";
npmDepsHash = "sha256-rlxTMuYSPMuSwP0zhqc3pEgG0AcuUGS8lofFjR1d9L4=";
npmDepsHash = "sha256-QYmO99RkdhAN+vNOkBqeXYlfyHGyHfRKVVMIWYfZO1A=";
installPhase = ''
mv ./dist $out
'';

View File

@ -7,7 +7,7 @@
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite-ssg build",
"build-only": "export NODE_ENV=production && vite-ssg build",
"type-check": "vue-tsc --build --force"
},
"dependencies": {