Skip to content

Commit

Permalink
webapp shell
Browse files Browse the repository at this point in the history
  • Loading branch information
hardyjosh committed Nov 18, 2024
1 parent ce3821b commit 416c211
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
working-directory: packages/ui-components
- run: nix develop -c npm run build
working-directory: packages/orderbook
- run: nix develop -c npm run build
- run: nix develop .#webapp-shell -c npm run build
working-directory: packages/webapp

- name: Install Vercel CLI
Expand Down
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@
buildInputs = rainix.devShells.${system}.tauri-shell.buildInputs ++ [pkgs.clang-tools];
nativeBuildInputs = rainix.devShells.${system}.tauri-shell.nativeBuildInputs;
};
devShells.webapp-shell = pkgs.mkShell {
packages = with pkgs; [
nodejs_20
];
};

}
);
Expand Down

0 comments on commit 416c211

Please sign in to comment.