mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-06 21:10:38 +00:00
misc: enable publish nuxt-edge
This commit is contained in:
parent
0ac8e74bd5
commit
8af501829a
@ -69,11 +69,13 @@ class NuxtEdgePublisher {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// NuxtEdgePublisher.publish()
|
// publish nuxt-edge
|
||||||
|
NuxtEdgePublisher.publish()
|
||||||
|
|
||||||
// Run make start
|
// Run make start
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
console.log(`building nuxt-edge-start`)
|
console.log(`building nuxt-edge-start`)
|
||||||
spawnSync('npm', 'run build:nuxt-start'.split(' '))
|
spawnSync('npm', 'run build:nuxt-start'.split(' '))
|
||||||
|
|
||||||
|
// publish nuxt-start
|
||||||
NuxtEdgePublisher.publish('start')
|
NuxtEdgePublisher.publish('start')
|
||||||
|
Loading…
Reference in New Issue
Block a user