Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 26, 2024
1 parent d63a0ee commit f7f4eeb
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-cache-zomes:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, macos-13]

runs-on: ${{ matrix.os }}
steps:
Expand Down
57 changes: 28 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
{
"name": "notifications-dev",
"private": true,
"scripts": {
"start": "AGENTS=2 pnpm network",
"network": "hc s clean && pnpm build:happ && BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) UI_PORT=8888 concurrently -k \"pnpm -F @darksoil-studio/notifications start\" \"pnpm launch\" \"holochain-playground\" \"pnpm local-services\"",
"launch": "echo pass | RUST_LOG=warn hc launch --piped -n $AGENTS workdir/notifications_test-debug.happ --ui-port $UI_PORT network --bootstrap http://127.0.0.1:$BOOTSTRAP_PORT webrtc ws://127.0.0.1:$SIGNAL_PORT",
"local-services": "hc run-local-services --bootstrap-port $BOOTSTRAP_PORT --signal-port $SIGNAL_PORT",
"test": "pnpm build:happ && pnpm -F tests test",
"build:happ": "nix build --no-update-lock-file -L .#notifications_test_app -o workdir/notifications_test-debug.happ"
},
"devDependencies": {
"@holochain-playground/cli": "^0.300.0-rc",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@eslint/js": "^9.0.0",
"concurrently": "^6.2.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"gh-pages": "^3.2.3",
"new-port-cli": "^1.0.0",
"prettier": "^3.2.5",
"typescript-eslint": "^7.7.0",
"typescript": "^5.4.5"
},
"type": "module",
"engines": {
"pnpm": ">=9.0.0"
},
"packageManager": "[email protected]+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390"
}
"name": "notifications-dev",
"private": true,
"scripts": {
"start": "AGENTS=2 pnpm network",
"network": "hc s clean && pnpm build:happ && BOOTSTRAP_PORT=$(port) SIGNAL_PORT=$(port) UI_PORT=8888 concurrently -k \"pnpm -F @darksoil-studio/notifications start\" \"pnpm launch\" \"holochain-playground\" \"pnpm local-services\"",
"launch": "echo pass | RUST_LOG=warn hc launch --piped -n $AGENTS workdir/notifications_test-debug.happ --ui-port $UI_PORT network --bootstrap http://127.0.0.1:$BOOTSTRAP_PORT webrtc ws://127.0.0.1:$SIGNAL_PORT",
"local-services": "hc run-local-services --bootstrap-port $BOOTSTRAP_PORT --signal-port $SIGNAL_PORT",
"test": "pnpm build:happ && pnpm -F tests test",
"build:happ": "nix build --no-update-lock-file -L .#notifications_test_app.meta.debug -o workdir/notifications_test-debug.happ"
},
"devDependencies": {
"@holochain-playground/cli": "^0.300.0-rc",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@eslint/js": "^9.0.0",
"concurrently": "^6.2.1",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"gh-pages": "^3.2.3",
"new-port-cli": "^1.0.0",
"prettier": "^3.2.5",
"typescript-eslint": "^7.7.0",
"typescript": "^5.4.5"
},
"type": "module",
"engines": {
"pnpm": ">=9.0.0"
}
}

0 comments on commit f7f4eeb

Please sign in to comment.