Skip to content

Commit

Permalink
Change powershell script to changes made at upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
minhnhatnoe authored and natsukagami committed May 17, 2023
1 parent 91d8be3 commit 8292d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 8292d34

Please sign in to comment.