'How to set package json scripts for nodejs app for github action cl cd

  1. My package.json's script.
    "scripts": test": "echo "Error: no test specified" && exit 1", start": "node ./src/server.js", build": "eco no file uploaded",

  2. But is failing to run npm test.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source