mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 02:29:36 -06:00
chore: sync template
This commit is contained in:
parent
14d77fe9ee
commit
b627a1d7f7
@ -5,8 +5,8 @@
|
||||
.minimum_zig_version = "0.15.2",
|
||||
.dependencies = .{
|
||||
.zx = .{
|
||||
.url = "git+https://github.com/ziex-dev/ziex?ref=v0.1.0-dev.1000#f2b141a91318bca68cf3f02980479011c0af9b74",
|
||||
.hash = "zx-0.1.0-dev.1000-8okzKo-6mgEV9SPffuPsldv8VdnMffWiO3Ce7T6pJDU9",
|
||||
.url = "git+https://github.com/ziex-dev/ziex#14d77fe9eeba7f1ffd34a5b47ca7fe223ed16b7b",
|
||||
.hash = "zx-0.1.0-dev.1000-8okzKifFmgHVAx05nr2j9_OK_m9TQpX8QN_xK-2yvuA5",
|
||||
},
|
||||
},
|
||||
.paths = .{
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
.minimum_zig_version = "0.15.2",
|
||||
.dependencies = .{
|
||||
.zx = .{
|
||||
.url = "git+https://github.com/ziex-dev/ziex#5fd258c4d146141737cb6e4337b96551d8cd189c",
|
||||
.hash = "zx-0.1.0-dev.987-8okzKlaUmQH_3k7uErMFGPrT0azad4VVw9vyXu39QihA",
|
||||
.url = "git+https://github.com/ziex-dev/ziex#14d77fe9eeba7f1ffd34a5b47ca7fe223ed16b7b",
|
||||
.hash = "zx-0.1.0-dev.1000-8okzKifFmgHVAx05nr2j9_OK_m9TQpX8QN_xK-2yvuA5",
|
||||
},
|
||||
.pg = .{
|
||||
.url = "git+https://github.com/karlseguin/pg.zig?ref=master#e58b318b7867ef065b3135983f829219c5eef891",
|
||||
|
||||
@ -17,10 +17,13 @@ cd src/cli/init/template
|
||||
echo "Updating template to ziex version: ${VERSION} of init template"
|
||||
zig fetch --save "git+https://github.com/ziex-dev/ziex#${VERSION}"
|
||||
|
||||
npx --yes npm-check-updates -u
|
||||
# git commit -m"feat: update template to latest ziex"
|
||||
|
||||
cd ../../../../
|
||||
cd templates/_base
|
||||
echo "Updating template to ziex version: ${VERSION} of base template"
|
||||
zig fetch --save "git+https://github.com/ziex-dev/ziex#${VERSION}"
|
||||
|
||||
|
||||
# Database Template
|
||||
cd ../database
|
||||
echo "Updating template to ziex version: ${VERSION} of database template"
|
||||
zig fetch --save "git+https://github.com/ziex-dev/ziex#${VERSION}"
|
||||
Loading…
x
Reference in New Issue
Block a user