Use next build as build comand

This commit is contained in:
Sam Carlton 2021-09-11 13:25:43 -05:00
parent e10108430d
commit 0f8da129d3

View file

@ -12,7 +12,7 @@
"scripts": {
"test": "ava --timeout=1m --verbose",
"dev": "nuxt",
"build": "nuxt build",
"build": "next build",
"start": "nuxt start",
"build-next": "next build",
"generate-dev": "npm run generate && npm test",