Skip to content

Commit f6ea42a

Browse files
committed
replace npm run with directly calling happ-pack with bash
1 parent 0c7ffcf commit f6ea42a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
run: cargo install holochain_cli --version 0.1.0 --locked
3939
# build hApp
4040
- name: Build hApp
41-
run: |
42-
nix-shell --run "npm run happ-pack"
41+
run: bash ./scripts/happ-pack.sh
4342
# store happs as build artifacts
4443
- uses: actions/upload-artifact@master
4544
with:

0 commit comments

Comments
 (0)