UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

9 lines (5 loc) 128 B
#!/usr/bin/env node const shell = require('shelljs') shell.set('-v') // verbose shell.rm('lib/*.js') shell.rm('lib/**/*.js')