mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-18 05:02:23 -06:00
8 lines
132 B
CoffeeScript
8 lines
132 B
CoffeeScript
deploy = require("./deploy")
|
|
|
|
gulp.task "release", deploy.release
|
|
|
|
gulp.task "deploy", deploy.deploy
|
|
|
|
gulp.task "bump", deploy.bump
|