Modernise #5

Merged
patrick merged 3 commits from bump-flake into main 2025-09-09 08:18:44 +00:00
Showing only changes of commit 0f72ad3593 - Show all commits

View File

@@ -6,11 +6,11 @@ steps:
# Lint # Lint
- "nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'" - "nix develop --command bash -c 'dotnet tool restore && ./hooks/pre-push'"
# Test # Test
- nix develop --command dotnet -- test - nix develop --command dotnet test
- nix develop --command dotnet -- test --configuration Release - nix develop --command dotnet test --configuration Release
# Perform build # Perform build
- "pushd RaftFable && nix develop --command npm -- install && popd" - "pushd RaftFable && nix develop --command npm install && popd"
- "pushd RaftFable && nix develop --command npm -- run-script build && popd" - "pushd RaftFable && nix develop --command npm run-script build && popd"
when: when:
- event: "push" - event: "push"