Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 679bccd

Browse files
authored
Merge pull request #31 from InVisionApp/hotfix-fix-dsm-storybook-breaking-errors
Hotfix: Fix dsm storybook breaking errors
2 parents 1e30c81 + 8d74558 commit 679bccd

File tree

7 files changed

+975
-10
lines changed

7 files changed

+975
-10
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN npm install
1010
# Copy our source files to the service location
1111
COPY src ./src
1212
COPY test ./test
13-
COPY .babelrc .eslintrc .prettierrc jest.config.json ./
13+
COPY .babelrc .eslintrc .prettierrc jest.config.json dangerfile.js ./
1414

1515
# Copy the files required for npm pack (see package.json files section)
1616
COPY config ./config

0 commit comments

Comments
 (0)