5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
|
stage ('cypress') {
|
||
|
echo 'installing'
|
||
|
sh 'npm i -g cypress'
|
||
|
}
|