Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

yarn run test yarn run v1.22.17 error Command "test" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

"scripts": {
  "start": "some command to be run", // you need to add this line
  "test": "(eslint lib || true) && jest"
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #yarn #run #test #yarn #run #error #Command #info #Visit #documentation
ADD COMMENT
Topic
Name
3+9 =