parent
b943a45122
commit
c90002441b
2 changed files with 12 additions and 7 deletions
14
flake.nix
14
flake.nix
|
|
@ -11,13 +11,13 @@
|
|||
devShells.${system}.default = pkgs.mkShell {
|
||||
packages = with pkgs; [ nodejs typescript nodePackages.typescript-language-server nodePackages.eslint ];
|
||||
shellHook = ''
|
||||
clear
|
||||
echo "------------------"
|
||||
echo "Deploying TFTStats"
|
||||
echo "------------------"
|
||||
npm install
|
||||
npm run build
|
||||
cp -R dist/tft_stats /var/www/
|
||||
clear
|
||||
echo "------------------"
|
||||
echo "Deploying TFTStats"
|
||||
echo "------------------"
|
||||
npm install
|
||||
npm run build
|
||||
cp -R dist/tft_stats /var/www/
|
||||
'';
|
||||
};
|
||||
apps.${system}.ng-build = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue