Skip to content

Commit

Permalink
fix: Fix ci:clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmtzinf committed Feb 20, 2024
1 parent 00a6cb7 commit fbcee68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"deploy-testnet:goerli:fork": "FORK=goerli npm run deploy-testnet",
"deploy-testnet:sepolia": "HARDHAT_NETWORK=sepolia npm run deploy-testnet",
"deploy-testnet:sepolia:fork": "FORK=sepolia npm run deploy-testnet",
"ci:clean": "npm run clean && rm -rf ./artifacts ./cache ./types ./cache_forge",
"ci:clean": "rm -rf ./artifacts ./cache ./types ./cache_forge",
"ci:test": "npm run test"
},
"devDependencies": {
Expand Down

0 comments on commit fbcee68

Please sign in to comment.