Skip to content

Commit

Permalink
UI from git working
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 14, 2024
1 parent aaeda26 commit 2737790
Show file tree
Hide file tree
Showing 44 changed files with 31,429 additions and 8,639 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "build-replace-npm-dependencies-sources"
name: "build-sync-npm-git-dependencies-with-nix"
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
Expand Down Expand Up @@ -31,5 +31,5 @@ jobs:
env:
CACHIX_AUTH_TOKEN: "${{ secrets.CACHIX_TOKEN_HOLOCHAIN_OPEN_DEV }}"
run: |
cachix watch-exec holochain-open-dev -- nix build -L .#replace-npm-dependencies-sources
cachix pin holochain-open-dev replace-npm-dependencies-sources $(nix path-info .#replace-npm-dependencies-sources)
cachix watch-exec holochain-open-dev -- nix build -L .#sync-npm-git-dependencies-with-nix
cachix pin holochain-open-dev sync-npm-git-dependencies-with-nix $(nix path-info .#sync-npm-git-dependencies-with-nix)
82 changes: 0 additions & 82 deletions crates/replace-npm-dependencies-sources/src/main.rs

This file was deleted.

Loading

0 comments on commit 2737790

Please sign in to comment.