fix: disable version mark script
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
kieran 2024-06-18 11:06:02 +01:00
parent 66172d18e6
commit 3486f0f8fb
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -35,6 +35,7 @@ export default defineConfig({
command: "git describe --always --tags",
ifMeta: false,
ifLog: false,
ifGlobal: false,
}),
],
assetsInclude: ["**/*.md", "**/*.wasm"],