Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Oct 25, 2024
1 parent 3ddc63a commit 67611c0
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 429 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/README.md
/app.json
/locales/
/styles/output.css
/widgets/ata-group-setting/public/output.css
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "homey app validate --level publish",
"css": "tailwindcss -i styles/input.css -o styles/output.css",
"css": "tailwindcss -i widgets/ata-group-setting/public/input.css -o widgets/ata-group-setting/public/output.css",
"deploy": "homey app install",
"format": "prettier . --check",
"format:docs": "prettier README.md --ignore-path --write",
Expand Down
Loading

0 comments on commit 67611c0

Please sign in to comment.