Skip to content

Commit

Permalink
Merge pull request #248 from pixelspark/fix/dev-deps
Browse files Browse the repository at this point in the history
fix: add prettier and air dependencies
  • Loading branch information
jovandeginste authored Aug 24, 2024
2 parents f480256 + 606b2a4 commit 2fa740a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ THEME_SCREENSHOT_HEIGHT ?= 900
all: clean install-deps test build

install-deps:
go install github.com/air-verse/air@latest
npm install

clean:
Expand Down
17 changes: 17 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"devDependencies": {
"autoprefixer": "^10.4.17",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1"
},
"dependencies": {
Expand Down

0 comments on commit 2fa740a

Please sign in to comment.