Skip to content

Commit

Permalink
Revert "Revert "fix: Revert "fix: nested lists roundtrip" (#539)""
Browse files Browse the repository at this point in the history
This reverts commit 88392b9.
  • Loading branch information
buuhuu committed Oct 2, 2024
1 parent 5be61ba commit 672e282
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"deploy": "hedy -v --deploy --test",
"deploy-routes": "hedy --no-build --no-hints -l major",
"deploy-ci": "hedy -v --deploy --test --pkgVersion=ci$CI_BUILD_NUM -l ci --cleanup-ci 24h",
"prepare": "husky"
"prepare": "husky install"
},
"wsk": {
"target": "aws",
Expand Down

0 comments on commit 672e282

Please sign in to comment.