Skip to content

Commit

Permalink
fix: ci fixes (#11973)
Browse files Browse the repository at this point in the history
Misc test fixes for CI
  • Loading branch information
Thunkar authored Feb 13, 2025
1 parent 96e84d4 commit 6386f4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boxes/boxes/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prep": "yarn clean && yarn compile && yarn codegen",
"dev": "yarn prep && webpack serve --mode development",
"build": "yarn prep && webpack",
"serve": "webpack serve --no-open --mode development",
"serve": "webpack serve --no-open --mode development --watch-files ./src/*",
"formatting": "prettier --check ./src && eslint ./src",
"formatting:fix": "prettier -w ./src",
"test": "yarn test:node && yarn test:browser",
Expand Down
2 changes: 1 addition & 1 deletion boxes/boxes/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prep": "yarn clean && yarn compile && yarn codegen && tsc -b",
"dev": "yarn prep && webpack serve --mode development",
"build": "yarn prep && webpack",
"serve": "webpack serve --no-open --mode development",
"serve": "webpack serve --no-open --mode development --watch-files ./src/*",
"test": "npx playwright test",
"formatting": "prettier --check ./src && eslint ./src",
"formatting:fix": "prettier -w ./src"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ aztec-wallet bridge-fee-juice 100000000000000000 main --mint --no-wait
section "Create a bootstrapping account just to force block creation"

aztec-wallet create-account -a bootstrap
aztec-wallet deploy counter_contract@Counter --init initialize --args 0 accounts:main accounts:main -f bootstrap -a counter
aztec-wallet deploy counter_contract@Counter --init initialize --args 0 accounts:main -f bootstrap -a counter
aztec-wallet send increment -ca counter --args accounts:main accounts:main -f bootstrap
aztec-wallet send increment -ca counter --args accounts:main accounts:main -f bootstrap

Expand Down

0 comments on commit 6386f4e

Please sign in to comment.