Thanks bcrypt. Why can't you just be normal.

This commit is contained in:
Jamie Curnow 2020-02-19 14:02:41 +10:00
parent dc72cd8386
commit 42f6813641

3
Jenkinsfile vendored
View file

@ -45,10 +45,11 @@ pipeline {
steps {
ansiColor('xterm') {
echo 'Checking Syntax ...'
// See: https://github.com/yarnpkg/yarn/issues/3254
sh '''docker run --rm \\
-v "$(pwd)/backend:/app" \\
-w /app \\
node:alpine \\
node:latest \\
sh -c "yarn install && yarn eslint ."
'''