From ed206623097f70f08016a1e4a88250b3b01c4ea4 Mon Sep 17 00:00:00 2001 From: lukas Date: Tue, 30 Jan 2024 18:17:49 +0100 Subject: [PATCH] fix: typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bee035..a250c16 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "scripts": { "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w", "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check", - "test": "anchor test --provider.wallet THIS_IS_A_TEST_KEY.json --skip-buildt", + "test": "anchor test --provider.wallet THIS_IS_A_TEST_KEY.json --skip-build", "build:sdk": "cd sdk && pnpm run build" }, "dependencies": {