Skip to content

Commit

Permalink
don't update submodules on install (snapshot-labs#899)
Browse files Browse the repository at this point in the history
Co-authored-by: midgerate <[email protected]>
  • Loading branch information
mktcode and midgerate authored Oct 21, 2021
1 parent 63be6c8 commit 4aa39bc
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 @@ -2,7 +2,7 @@
"name": "snapshot",
"version": "0.1.3",
"scripts": {
"preinstall": "git submodule update --init --remote",
"preinstall": "git submodule update --init",
"dev": "vite",
"build": "vite build",
"lint": "eslint \"./src/*/**/*.{ts,vue,json}\" --fix",
Expand Down

0 comments on commit 4aa39bc

Please sign in to comment.