Skip to content

Commit

Permalink
fix: remove ignore optional when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Mar 25, 2024
1 parent 0a2336d commit 2b98311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive --ignore-optional
run: yarn install --frozen-lockfile --non-interactive
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"ethers": "^6.7.1",
"hardhat": "^2.17.4",
"hardhat-deploy": "^0.11.45",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-preprocessor": "^0.1.5",
Expand All @@ -54,10 +53,11 @@
"solidity-coverage": "^0.8.0",
"ts-node": ">=8.0.0",
"tslint-config-prettier": "^1.18.0",
"typechain": "^8.1.0",
"typescript": "5.3.3"
"typescript": "5.3.3",
"dotenv": "^16.4.1"
},
"dependencies": {
"dotenv": "^16.4.1"
"hardhat": "^2.17.4",
"typechain": "^8.1.0"
}
}

0 comments on commit 2b98311

Please sign in to comment.