Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
koteld committed May 2, 2024
1 parent aa85bc9 commit 522a088
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:automationRegistry": "mocha --exit 'test/automationRegistry.test.ts'",
"test:functions": "mocha --exit 'test/functionsRouter.test.ts'",
"test:functionsSimulation": "mocha --exit 'test/functionsSimulation.test.ts'",
"test": "yarn test:prepare && yarn test:dataFeed && yarn test:dataFeedProxy && yarn test:ensFeedsResolver && yarn test:feedRegistry && yarn test:l2FeedUptimeSequencer && yarn test:vrfCoordinator && yarn test:automationRegistrar && yarn test:automationRegistry && yarn test:functions",
"test": "yarn test:prepare && yarn test:dataFeed && yarn test:dataFeedProxy && yarn test:ensFeedsResolver && yarn test:feedRegistry && yarn test:vrfCoordinator && yarn test:automationRegistrar && yarn test:automationRegistry && yarn test:functions",
"copyArtifacts": "copyfiles -a -f ./node_modules/@chainlink/contracts/abi/**/* ./node_modules/@chainlink/contracts-ccip/abi/**/* chainlink-artifacts",
"removeArtifacts": "rm -rf chainlink-artifacts",
"compile": "hardhat compile",
Expand Down Expand Up @@ -55,6 +55,7 @@
"chai-as-promised": "^7.1.1",
"copyfiles": "^2.4.1",
"hardhat": "^2.17.3",
"hardhat-gas-reporter": "^1.0.8",
"mocha": "^10.2.0",
"mocha-suppress-logs": "^0.3.1",
"prettier": "^2.8.8",
Expand Down

0 comments on commit 522a088

Please sign in to comment.