Skip to content

Commit 6aa496c

Browse files
committed
chore: cloudcmd: actions: lint ☘️
1 parent 738059f commit 6aa496c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.npmignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
*.ai
55
*.cdr
66
*.eps
7-
*.config.*
87
*.log
98
*.loc
109

@@ -16,7 +15,6 @@ yarn.lock
1615
now.json
1716
app.json
1817
bower.json
19-
manifest.yml
2018
deno.json
2119
bin/release.*
2220
img/logo/cloudcmd-hq.png

docker/Dockerfile.io

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ COPY package.json /usr/src/cloudcmd/
1010
ENV DEBIAN_FRONTEND=noninteractive
1111

1212
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
13-
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf && \
14-
sudo locales command-not-found && \
13+
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf \
14+
locales sudo command-not-found && \
1515
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
1616
apt-get update && \
1717
apt-get autoremove && apt-get clean && \

0 commit comments

Comments
 (0)