mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
parent
4f61e36c6f
commit
abcd27ae03
@ -8,7 +8,7 @@ import { loadWorkspace } from './_utils'
|
||||
async function main () {
|
||||
const workspace = await loadWorkspace(process.cwd())
|
||||
|
||||
const commit = execSync('git rev-parse --short HEAD').toString('utf-8').trim()
|
||||
const commit = execSync('git rev-parse --short HEAD').toString('utf-8').trim().slice(0, 8)
|
||||
const date = Math.round(Date.now() / (1000 * 60))
|
||||
|
||||
const nuxtPkg = workspace.find('nuxt')
|
||||
|
Loading…
Reference in New Issue
Block a user