dotfiles/.config/fish/functions/cypress.fish

4 lines
54 B
Fish

function cypress
node_modules/.bin/cypress $argv
end