diff options
| author | Ben Woodward <ben@bdw.to> | 2021-07-04 16:48:10 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-04 16:48:10 -0700 |
| commit | 52ff61635b1cbd4b024ae882b606cfb64d6cc897 (patch) | |
| tree | de906f5b551d28d92048dcb65a8048fc718d3b9f /Dockerfile | |
| parent | 313e5f8146a1f853269c2958fbbf4aa26c2422a8 (diff) | |
Prettier formatting (#33)
* Add prettier
* Format code
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -3,6 +3,7 @@ FROM mhart/alpine-node:14 as builder | |||
| 3 | WORKDIR /tmp | 3 | WORKDIR /tmp |
| 4 | COPY . . | 4 | COPY . . |
| 5 | 5 | ||
| 6 | RUN npx prettier --check . '!**/*.min.{css,js}' | ||
| 6 | RUN yarn && yarn build | 7 | RUN yarn && yarn build |
| 7 | 8 | ||
| 8 | ### | 9 | ### |
