update some stuff

Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
Odyssey346 2022-07-12 13:06:38 +02:00
parent 213df186c6
commit f5d4d732a4

View File

@ -6,8 +6,8 @@ pkgs.mkShell {
pkgs.nodejs-16_x
];
shellHook = ''
echo "Installing dependencies using pnpm, please wait."
echo "Installing dependencies using npm, please wait."
npm i
echo "Done"
echo "Done! You may now run npm run dev to test your changes."
'';
}