fix: source bashrc before Nix shell commands in publish workflow

This commit is contained in:
암냥 2026-04-05 19:25:25 +09:00
commit a7614cb4ea
No known key found for this signature in database

View file

@ -29,6 +29,7 @@ jobs:
- name: Install, build, and publish in Nix shell - name: Install, build, and publish in Nix shell
run: | run: |
source /etc/bashrc
nix shell nixpkgs#nodejs_24 nixpkgs#pnpm -c sh -lc ' nix shell nixpkgs#nodejs_24 nixpkgs#pnpm -c sh -lc '
pnpm install --frozen-lockfile pnpm install --frozen-lockfile
pnpm build pnpm build