Skip to content

Commit 02cd7a0

Browse files
committed
Simplify npm install
1 parent 0078b1a commit 02cd7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ RUN apt-get clean -y && \
1111
WORKDIR /usr/src/app
1212

1313
COPY package*.json .
14-
RUN npm install --omit=dev
14+
RUN npm install
1515

1616
COPY . .

0 commit comments

Comments
 (0)