Skip to content

Commit 2ce471b

Browse files
committed
chore(app2): enable check phase
Signed-off-by: Eric Hegnes <[email protected]>
1 parent 24c18a4 commit 2ce471b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app2/app2.nix

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ _: {
4242
pnpm --filter=app2 build
4343
runHook postBuild
4444
'';
45+
checkPhase = ''
46+
pnpm --filter=app2 check
47+
'';
48+
doCheck = false; # TODO(ehegnes): enable checks
4549
installPhase = ''
4650
mkdir -p $out
4751
cp -r ./app2/build/* $out

0 commit comments

Comments
 (0)