Update GoReleaser config

This commit is contained in:
David Stotijn
2022-01-25 13:20:16 +01:00
parent d84d2d0905
commit 1489cb16bf
6 changed files with 79 additions and 75 deletions

View File

@ -6,7 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "rm -rf .next && next build && next export -o dist"
"export": "next build && next export -o dist"
},
"dependencies": {
"@apollo/client": "^3.2.0",