Skip to content

Commit 8baba00

Browse files
Merge pull request #49 from Marfeel/prettier-config
feat(prettier): create prettier config
2 parents 4aee7c7 + bc9e913 commit 8baba00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/ci/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ COPY packages/eslint-config-vue/package*.json .npmrc ./packages/eslint-config-vu
1818
COPY packages/stylelint-config-styled-components/package*.json .npmrc ./packages/stylelint-config-styled-components/
1919
COPY packages/scss-lint-config/package*.json .npmrc ./packages/scss-lint-config/
2020
COPY packages/md-lint-config/package*.json .npmrc ./packages/md-lint-config/
21+
COPY packages/prettier-config/package*.json .npmrc ./packages/prettier-config/
22+
2123

2224
RUN npm config set //repositories.mrf.io/nexus/repository/npm-internal/:_authToken ${NPM_NEXUS_AUTH}
2325
RUN npm config set strict-ssl false

0 commit comments

Comments
 (0)