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": {