Compare commits
3
Commits
7d5449b61e
...
4fca9a4bbf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fca9a4bbf | ||
|
|
1b615df72f | ||
|
|
867aa789f7 |
@@ -18,7 +18,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update Submodule to Latest And Pull LFS
|
- name: Update Submodule to Latest And Pull LFS
|
||||||
run: |
|
run: |
|
||||||
git submodule update --remote --merge assets rooms
|
git submodule update --remote --merge assets
|
||||||
git lfs pull
|
git lfs pull
|
||||||
git submodule foreach git lfs pull
|
git submodule foreach git lfs pull
|
||||||
|
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
git config user.name "Gitea Bot"
|
git config user.name "Gitea Bot"
|
||||||
git config user.email "bot@gitea.io"
|
git config user.email "bot@gitea.io"
|
||||||
git add asphalt.lock.toml places/common/src/shared/assets/assets.luau places/common/src/shared/assets/assets.d.ts assets rooms
|
git add asphalt.lock.toml src/shared/assets/assets.luau src/shared/assets/assets.d.ts assets
|
||||||
|
|
||||||
# On ne commit que s'il y a des changements
|
# On ne commit que s'il y a des changements
|
||||||
if git diff --staged --quiet; then
|
if git diff --staged --quiet; then
|
||||||
|
|||||||
Generated
+4
-4
@@ -59,7 +59,7 @@ importers:
|
|||||||
version: 3.0.0-types.0
|
version: 3.0.0-types.0
|
||||||
'@rbxts/types':
|
'@rbxts/types':
|
||||||
specifier: ^1.0.912
|
specifier: ^1.0.912
|
||||||
version: 1.0.925
|
version: 1.0.933
|
||||||
'@typescript-eslint/eslint-plugin':
|
'@typescript-eslint/eslint-plugin':
|
||||||
specifier: ^8.57.1
|
specifier: ^8.57.1
|
||||||
version: 8.61.1(@typescript-eslint/parser@8.61.1(eslint@10.5.0)(typescript@5.9.3))(eslint@10.5.0)(typescript@5.9.3)
|
version: 8.61.1(@typescript-eslint/parser@8.61.1(eslint@10.5.0)(typescript@5.9.3))(eslint@10.5.0)(typescript@5.9.3)
|
||||||
@@ -478,8 +478,8 @@ packages:
|
|||||||
'@rbxts/t@3.2.1':
|
'@rbxts/t@3.2.1':
|
||||||
resolution: {integrity: sha512-/fnf2QSx+TI3HSJ6QW2ikvGQk0mlx/63UXo60pLAKGqbxXiAuTJh88bpKpHw6aCzfFLJAwrVIcgCUOokLMPcag==}
|
resolution: {integrity: sha512-/fnf2QSx+TI3HSJ6QW2ikvGQk0mlx/63UXo60pLAKGqbxXiAuTJh88bpKpHw6aCzfFLJAwrVIcgCUOokLMPcag==}
|
||||||
|
|
||||||
'@rbxts/types@1.0.925':
|
'@rbxts/types@1.0.933':
|
||||||
resolution: {integrity: sha512-wUbRd/6m1NOGVw5sYKerRnSKj7Vbj0e+tZLQ3TsjMmA5uS2wl36Jzep66BYIpaKn8DvhMhLxntjFBd318S66bA==}
|
resolution: {integrity: sha512-OXvH4tw8L7G0QSrru5qufItlH19XwQ3K+xIW0fZn3005L7SCOmrfdljmmLiQMHqKZclo31GgkUNa8svsP4N9sA==}
|
||||||
|
|
||||||
'@rbxts/vide-charm@0.4.0':
|
'@rbxts/vide-charm@0.4.0':
|
||||||
resolution: {integrity: sha512-GVlxSQB+WBEqtRk4gX4dCYM/yWhSu7LxjU2Ia6Vo/a//50gsWDnEZ77orY8ta5mF4AIv5DI0LuO6pxC2WnrUJQ==}
|
resolution: {integrity: sha512-GVlxSQB+WBEqtRk4gX4dCYM/yWhSu7LxjU2Ia6Vo/a//50gsWDnEZ77orY8ta5mF4AIv5DI0LuO6pxC2WnrUJQ==}
|
||||||
@@ -1825,7 +1825,7 @@ snapshots:
|
|||||||
|
|
||||||
'@rbxts/t@3.2.1': {}
|
'@rbxts/t@3.2.1': {}
|
||||||
|
|
||||||
'@rbxts/types@1.0.925': {}
|
'@rbxts/types@1.0.933': {}
|
||||||
|
|
||||||
'@rbxts/vide-charm@0.4.0(@rbxts/vide@0.6.1)':
|
'@rbxts/vide-charm@0.4.0(@rbxts/vide@0.6.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user