Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Jan 30, 2024
1 parent 3f62109 commit ed20662
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 @@ -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": {
Expand Down

0 comments on commit ed20662

Please sign in to comment.