From bcad236fb630f8e2f7b300130f8c0e1644ad28df Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 8 Nov 2021 20:53:13 +1100 Subject: [PATCH] [v2] Revert svelte template changes --- .../initialise/templates/templates/svelte/wails.tmpl.json | 1 - 1 file changed, 1 deletion(-) diff --git a/v2/cmd/wails/internal/commands/initialise/templates/templates/svelte/wails.tmpl.json b/v2/cmd/wails/internal/commands/initialise/templates/templates/svelte/wails.tmpl.json index a2181c307..b8d08108d 100644 --- a/v2/cmd/wails/internal/commands/initialise/templates/templates/svelte/wails.tmpl.json +++ b/v2/cmd/wails/internal/commands/initialise/templates/templates/svelte/wails.tmpl.json @@ -4,7 +4,6 @@ "assetdir": "frontend/dist", "frontend:install": "npm install", "frontend:build": "npm run build", - "frontend:dev": "npm run build", "author": { "name": "{{.AuthorName}}", "email": "{{.AuthorEmail}}"