Skip to content

Commit

Permalink
Update: Adjust filename
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Oct 10, 2024
1 parent 67c199d commit 7193c70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"scripts": {
"build": "concurrently -r pnpm:build:*",
"build:js": "node build.mjs",
"build:css": "postcss Resources/Private/Assets/*.pcss --no-map --ext css --dir Resources/Public/Backend/",
"build:css": "postcss Resources/Private/Assets/Backend.pcss --no-map -o Resources/Public/Backend/Styles.css",
"watch": "concurrently -r pnpm:watch:*",
"watch:js": "node build.mjs --watch",
"watch:css": "postcss Resources/Private/Assets/*.pcss --no-map --ext css --dir Resources/Public/Backend/ -w",
"watch:css": "postcss Resources/Private/Assets/Backend.pcss --no-map -o Resources/Public/Backend/Styles.css -w",
"pipeline": "pnpm install --silent --non-interactive;pnpm build"
},
"devDependencies": {
Expand Down

0 comments on commit 7193c70

Please sign in to comment.