Join Slack
Powered by
I wanted to setup a workflow with the cli that if...
# sdf
s
Sim Greenbaum
04/21/2021, 3:26 AM
I wanted to setup a workflow with the cli that if I upload a file run a linter/ test any ideas ?
b
battk
04/21/2021, 4:22 AM
lots of way this can be done
battk
04/21/2021, 4:25 AM
the normal javascript specific answers are to use a npm script or a build tool like gulp
p
Petter
04/21/2021, 7:50 AM
or if you use git you can add a precommit hook
s
stalbert
04/21/2021, 1:31 PM
if you host your version control in the cloud often those providers provide CI features
Open in Slack
Previous
Next