When setting up the environment on a Windows machine with Git Bash, the pre-commit hook errored out:
> /usr/bin/bash: line 1: C:UsersNameFoldersocial-appnode_modules.binlint-staged: command not found
Seemingly, `yarn lint-staged` is not able to correctly resolve the path.
This commit changes the pre-commit hook to use `npx` instead of `yarn`, for 2 reasons:
1. It works on my machine (and is supposedly a more universal solution)
2. It is how it is done in the documentation: https://github.com/lint-staged/lint-staged?tab=readme-ov-file#examples
Co-authored-by: Joel <joel.garplind+github@gmail.com>
Revert "another attempt"
This reverts commit adfd562f02defc8d1e031b7a007d352f69eeb274.
Revert "sigh"
This reverts commit de6296d2814165c59d100f18af23df5b94ceb7c4.
sigh
another attempt
okay maybe a solid solution
change some things
and....try again
try again
sigh...only support iphone
fix app config
remove unused files
temp eas update
cleanup plugin
get app clip working
progress
add more to plugin
start working on build plugin
rename
setup app clip
fix created at
oops, wrong workflow
temp workflow edit
add a bunch of libs to exclusion
drop the fork
rm manual config for clip
fix name as well
fix target name
* Pass event through click handlers
* Add FeedCard, use in Feeds screen
* Tweak space
* Don't contrain rt height
* Tweak space
* Fix type errors, don't pass event to fns that don't expect it
* Show unresolved RT prior to facet resolution