Call-for-Code-for-Racial-Justice / Five-Fifths-Voter

Five Fifths Voter is a web application tool designed to enable and empower Black people and others to exercise their right to vote by ensuring their voice is heard
Apache License 2.0
67 stars 37 forks source link

Husky steps should not run in Github actions #306

Closed davidnixon closed 3 months ago

davidnixon commented 2 years ago

Describe the bug The Husky postinstall should not run in the it the Github deployment actions.

To Reproduce Dev dependencies are not avail in the deployment actions so trying to run any of them fail

Expected behavior Husky postinstall should be based on the CI environment variable. If CI is true the post install should not run.

Additional context See failed pipeline results in IBM cloud. Temporarily we use a sed command like this to disable postinstall

sed -i  's/"postinstall":.*$/"postinstall": "",/g' package.json
github-actions[bot] commented 2 years ago

:wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.

davidnixon commented 2 years ago

Not stale

github-actions[bot] commented 4 months ago

:wave: Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.