Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
Attempt yarn upgrade on fresh jenkins build
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudNiner committed Nov 28, 2017
1 parent 5836063 commit 3812c53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN set -ex \
g++ \
chromium \
' \
&& apt-get install -y ${karmaDeps}
&& apt-get install -y ${karmaDeps} \
&& npm install -g [email protected]
3 changes: 1 addition & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@
"check-branch",
"check-decl",
"check-operator",
// Removed to work around https://github.com/palantir/tslint/issues/3251
// "check-separator",
"check-separator",
"check-type"
],
"directive-selector": [
Expand Down

0 comments on commit 3812c53

Please sign in to comment.