GithubHelp home page GithubHelp logo

Comments (1)

bndw avatar bndw commented on May 25, 2024

Hi @kardoka I've just tested your repro with a fresh clone and it works as expected for me:

$ cd /tmp

$ git clone https://github.com/bndw/wifi-card
Cloning into 'wifi-card'...
remote: Enumerating objects: 718, done.
remote: Counting objects: 100% (371/371), done.
remote: Compressing objects: 100% (229/229), done.
remote: Total 718 (delta 267), reused 193 (delta 142), pack-reused 347
Receiving objects: 100% (718/718), 1.20 MiB | 0 bytes/s, done.
Resolving deltas: 100% (425/425), done.

$ cd wifi-card

$ docker build .
Sending build context to Docker daemon  2.327MB
Step 1/7 : FROM mhart/alpine-node:14 as builder
 ---> 180af8e73aeb
Step 2/7 : WORKDIR /tmp
 ---> Using cache
 ---> 8758170c827d
Step 3/7 : COPY . .
 ---> 72caa2876368
Step 4/7 : RUN npx prettier --check ./src
 ---> Running in af09807205be
npx: installed 1 in 2.79s
Checking formatting...
All matched files use Prettier code style!
Removing intermediate container af09807205be
 ---> 7def16d31b33
Step 5/7 : RUN yarn && yarn build
...

Are you possibly overriding the .prettierrc.json config?

from wifi-card.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.