From 8292d343d2b34585d51d92d39d0ccec4a0f430de Mon Sep 17 00:00:00 2001 From: minhnhatnoe <86871862+minhnhatnoe@users.noreply.github.com> Date: Wed, 17 May 2023 22:17:18 +0700 Subject: [PATCH] Change powershell script to changes made at upstream --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index e6a33a0..218cf19 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -29,7 +29,7 @@ "test": "echo No tests... yet", "fmt": "prettier \"css/**/*\" \"ts/**/*\" \"*.json\" \"*.js\"", "dev": "parcel watch \"html/**/*.html\"", - "build": "mkdir -p ../embed/templates && rm -rf ../embed/templates/* && parcel build --no-source-maps --no-cache \"html/**/*.html\"" + "build": "mkdir -p ../embed/templates && rm -rf ../embed/templates/* && parcel build --no-source-maps --no-cache \"html/**/*.html\"", "build:windows": "pwsh --command ../scripts/windows/frontend_build.ps1" }, "alias": {