diff --git a/package.json b/package.json index 92371ca..ee70b7e 100644 --- a/package.json +++ b/package.json @@ -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",