[READ-ONLY] Mirror of https://github.com/danielroe/ripple-framework. Ripple is the presentation layer for building websites on the DPC Single Digital Presence platform.
0

Configure Feed

Select the types of activity you want to include in your feed.

build: :green_heart: use pnpm in pre-commit hook

+1 -1
+1 -1
.husky/pre-commit
··· 1 1 #!/bin/sh 2 2 . "$(dirname "$0")/_/husky.sh" 3 3 4 - yarn lint 4 + pnpm lint