wow
This commit is contained in:
parent
a7614cb4ea
commit
3e85d21dff
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Install, build, and publish in Nix shell
|
- name: Install, build, and publish in Nix shell
|
||||||
run: |
|
run: |
|
||||||
source /etc/bashrc
|
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 install --frozen-lockfile
|
||||||
pnpm build
|
pnpm build
|
||||||
pnpm publish --no-git-checks --registry "$REGISTRY_URL"
|
pnpm publish --no-git-checks --registry "$REGISTRY_URL"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue