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

View file

@ -30,7 +30,7 @@ jobs:
- name: Install, build, and publish in Nix shell
run: |
source /etc/bashrc
nix shell nixpkgs#nodejs_24 nixpkgs#pnpm -c sh -lc '
nix shell --extra-experimental-features nix-command --extra-experimental-features flakes nixpkgs#nodejs_24 nixpkgs#pnpm -c sh -lc '
pnpm install --frozen-lockfile
pnpm build
pnpm publish --no-git-checks --registry "$REGISTRY_URL"