Skip to content

Commit

Permalink
Remove remote submodule fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejearley committed Sep 28, 2023
1 parent 3b378f7 commit 4a3997b
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 @@ -20,7 +20,7 @@
"lint": "eslint --ext .vue,.ts ./ --fix",
"migrations:users": "npx esno -r dotenv/config scripts/migrations/users.ts",
"postinstall": "npx esno scripts/root/check.ts && npm run build --workspace @casimir/ethereum",
"preinstall": "git submodule sync && git submodule update --init --recursive --remote",
"preinstall": "git submodule sync && git submodule update --init --recursive",
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1",
"test:actions": "npx esno -r dotenv/config scripts/actions/test.ts",
Expand Down

0 comments on commit 4a3997b

Please sign in to comment.