Explorar o código

(if exist .next rd /s /q .next 2>nul) && remove

Signed-off-by: rizqevo <rizqevo@hotmail.com>
rizqevo %!s(int64=3) %!d(string=hai) anos
pai
achega
020599e430
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -6,7 +6,7 @@
 	"license": "https://wrapbootstrap.com/help/licenses",
 	"private": true,
 	"scripts": {
-		"dev": "(if exist .next rd /s /q .next 2>nul) && next",
+		"dev": "next",
 		"dev-server": "node server.js",
 		"build": "next build",
 		"start": "next start",