diff --git a/package.json b/package.json index d9f38a4..5130d10 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,7 @@ "license": "GPL-3.0", "scripts": { "compile": "npx hardhat compile", - "test": "npx hardhat test --network nil", - "deploy": "rm -rf ignition/deployments && npx hardhat ignition deploy ./ignition/modules/amm.ts --network nil", + "test": "npx hardhat test", "clean": "rm -rf iginition/deployments", "format": "biome format ./", "lint": "biome check ./",