Skip to content

Commit

Permalink
add --no-wallet and skip jest.config
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorham committed Oct 19, 2021
1 parent 74c8eee commit 2ca4ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
npm run prestart
echo "build for dfx artifacts"
dfx canister create --all
dfx canister --no-wallet create --all
dfx build --all
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test --config=src/config/jest.config.js",
"test": "craco test",
"eject": "craco eject",
"deploy": "dfx deploy --argument '(null)'",
"prestart": "dfx start --background --no-artificial-delay || exit 0",
Expand Down

0 comments on commit 2ca4ca8

Please sign in to comment.