Skip to content

Commit

Permalink
backport of commit 10725de
Browse files Browse the repository at this point in the history
  • Loading branch information
heatlikeheatwave committed Jan 30, 2024
1 parent 5157e98 commit 2d4f043
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
4 changes: 3 additions & 1 deletion website/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
next-hashicorp precommit
cd website

npx next-hashicorp precommit
22 changes: 0 additions & 22 deletions website/package-lock.json

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

3 changes: 1 addition & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
"devDependencies": {
"@hashicorp/platform-cli": "^2.7.3",
"@hashicorp/platform-content-conformance": "^0.0.12",
"husky": "^9.0.6",
"next": "^14.0.4",
"prettier": "^3.2.4"
},
"main": "index.js",
"scripts": {
"build": "./scripts/website-build.sh",
"format": "next-hashicorp format",
"prepare": "husky",
"prepare": "cd .. && husky website/.husky",
"lint": "next-hashicorp lint",
"start": "./scripts/website-start.sh",
"linkcheck": "linkcheck https://packer.io",
Expand Down

0 comments on commit 2d4f043

Please sign in to comment.