A
A
Alexander Osadchy2020-12-12 19:40:59
npm
Alexander Osadchy, 2020-12-12 19:40:59

How to fix this (it was yarn run - it became auto run)?

Hello!

We have launch scripts in our project:
5fd4f222de4e2282030599.png

package.json:

"scripts": {
    "start": "nodemon -w src/modules/look/styles/theme/antd-variables.less --exec \"craco start\"",
    "build": "craco build",
    "lint": "nopenv pre-commit run -a",
    "clean-pre-commit": "nopenv pre-commit clean",
    "test": "craco test",
    "analyze": "source-map-explorer 'build/static/js/*.js'",
    "install": "npip install",
    "nopy": "nopy",
    "npip": "npip",
    "deploy:dev": "aws s3 sync build/ --acl public-read --profile yield"
  },


Yesterday - everything worked, I clicked on "Start" - the command "yarn run start"

was executed "auto.."..and how to fix it?(

5fd4f3b82f053206223766.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Osadchiy, 2020-12-12
@DELUX

I figured it out .. fortunately)
In general, the problem arose after updating VS Code .. and there (in the settings) I found this item:
5fd4fe8b1fe09879930503.jpeg
He created the problem for me)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question