mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-04-10 12:59:09 +05:30
update some stuff
Signed-off-by: Odyssey346 <odyssey346@disroot.org>
This commit is contained in:
parent
213df186c6
commit
f5d4d732a4
@ -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."
|
||||
'';
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user