mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-24 00:00:12 -06:00
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
#!/usr/bin/env node
|
|
|
|
const shell = require('shelljs')
|
|
|
|
shell.set('-v') // verbose
|
|
|
|
shell.rm('lib/*.js')
|
|
shell.rm('lib/**/*.js')
|