1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

chore: add Vercel CLI

This commit is contained in:
Divlo
2021-07-27 19:00:21 +02:00
parent 3b208c6614
commit 5133765f94
9 changed files with 693 additions and 8 deletions

View File

@@ -24,6 +24,7 @@
"lighthouse": "lhci autorun",
"test": "jest",
"release": "semantic-release",
"deploy": "vercel",
"postinstall": "husky install"
},
"dependencies": {
@@ -74,6 +75,7 @@
"prettier": "2.3.2",
"semantic-release": "17.4.4",
"tailwindcss": "2.2.7",
"typescript": "4.3.5"
"typescript": "4.3.5",
"vercel": "23.0.1"
}
}