From 915e789ede5f2cf66328d65a5d62de6eb36da1a0 Mon Sep 17 00:00:00 2001 From: prototypa <54446028+prototypa@users.noreply.github.com> Date: Fri, 9 Sep 2022 00:17:51 -0400 Subject: [PATCH] Update render.yaml --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index 8c288c7..a431bfe 100644 --- a/render.yaml +++ b/render.yaml @@ -3,6 +3,6 @@ services: - type: web name: astrowind env: static - buildCommand: npm build + buildCommand: npm run build staticPublishPath: ./dist pullRequestPreviewsEnabled: true # optional