Skip to content

Commit

Permalink
update deps (yet again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadv1k committed Jul 4, 2023
1 parent 68eb7b6 commit 3eae844
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 185 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build]
command = "npm run build && npm run deploy"
command = "npm install && npm run build && npm run deploy"
publish = "site"

208 changes: 25 additions & 183 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"bugs": {
"url": "https://github.com/aadv1k/frontend-projects/issues"
},
"homepage": "https://github.com/aadv1k/frontend-projects#readme"
"homepage": "https://github.com/aadv1k/frontend-projects#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3"
}
}

0 comments on commit 3eae844

Please sign in to comment.