Skip to content

Commit

Permalink
Update def
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Feb 12, 2024
1 parent 2aba505 commit d083885
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/webclient-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: npm run wc:build:static:prod
- run: |
set -euxo pipefail
DFX_VERSION=0.13.1 sh -ci "$(curl -fsSL https://smartcontracts.org/install.sh)"
DFX_VERSION=0.16.1 sh -ci "$(curl -fsSL https://smartcontracts.org/install.sh)"
- run: dfx identity list
- run: |
touch actions_identity.pem
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webclient-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Install DFX
run: DFX_VERSION=0.13.1 sh -ci "$(curl -fsSL https://smartcontracts.org/install.sh)"
run: DFX_VERSION=0.16.1 sh -ci "$(curl -fsSL https://smartcontracts.org/install.sh)"

- name: Cache rust dependencies, build output and DFX build cache
uses: actions/cache@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"backend": "cd ./packages/hot-or-not-backend-canister && dfx start",
"backend:clean": "cd ./packages/hot-or-not-backend-canister && dfx start --clean",
"backend:install": "cd ./packages/hot-or-not-backend-canister && ./scripts/canisters/local_deploy/install_all_canisters.sh -s",
"build": "npm run wc:build:static:prod",
"ex:check": "npm run check --w @hnn/experiments",
"ex:build": "npm run build --w @hnn/experiments",
"ex:build:static": "npm run build:static --w @hnn/experiments",
Expand Down

0 comments on commit d083885

Please sign in to comment.