diff --git a/package.json b/package.json index 9f1c115..40e2f15 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nitro-deploys", "private": true, "scripts": { - "build": "nitro build", + "build": "nitropack build", "dev": "nitro dev", "lint": "eslint . && prettier -c .", "lint:fix": "eslint --fix . && prettier -w -c .",