diff --git a/package.json b/package.json index fe3566c..15ce131 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,6 @@ "scripts": { "dev:local": "npm --prefix ./www run dev:local & npm --prefix ./api run dev", "dev:docker": "docker-compose up", - "clean": "rm -r ./api/node_modules ./api/package-lock.json ./www/node_modules ./www/package-lock.json" + "clean": "rm -r ./api/node_modules/sqlite3" } } \ No newline at end of file