build(): test new build sys, add script

This commit is contained in:
Aleksander Wilczyński 2025-04-27 15:44:55 +02:00
parent 69d174e5c4
commit fe50c97268
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE

View File

@ -17,7 +17,7 @@
import fs from 'node:fs/promises';
(async () => {
await fs.writeFile('git.json', JSON.stringify({
await fs.writeFile('dist/git.json', JSON.stringify({
tag: process.env.TAG,
commit: process.env.COMMIT,
}))