mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
fix(build): 🐛 Give proper permissions to GitHub Actions build
Prevents the build from failing to push to package registry
This commit is contained in:
parent
f6989707f4
commit
51a74331c7
3 changed files with 9 additions and 10 deletions
|
|
@ -25,9 +25,6 @@ export default defineNuxtConfig({
|
|||
failOnError: true,
|
||||
},
|
||||
},
|
||||
devServer: {
|
||||
port: 5173,
|
||||
},
|
||||
schemaOrg: {
|
||||
enabled: false,
|
||||
},
|
||||
|
|
@ -38,11 +35,6 @@ export default defineNuxtConfig({
|
|||
define: {
|
||||
__VERSION__: JSON.stringify("0.4"),
|
||||
},
|
||||
server: {
|
||||
hmr: {
|
||||
clientPort: 5173,
|
||||
},
|
||||
},
|
||||
},
|
||||
runtimeConfig: {
|
||||
public: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue