z5labs / chatio

A Peer to Peer Audio/Video PWA Client
https://z5labs.github.io/chatio
6 stars 3 forks source link

build(ci/cd): fix cache issue #35

Open Zaba505 opened 3 years ago

Zaba505 commented 3 years ago

Whenever a new job uses the cached node_modules instead of installing fresh, the Quasar CLI reports:

Error Unknown command "build"

  ___                             
 / _ \ _   _  __ _ ___  __ _ _ __ 
| | | | | | |/ _` / __|/ _` | '__|
| |_| | |_| | (_| \__ \ (_| | |   
 \__\_\\__,_|\__,_|___/\__,_|_|   

  Running @quasar/cli ***.2.1

  Example usage
    $ quasar <command> <options>

  Help for a command
    $ quasar <command> --help
    $ quasar <command> -h

  Options
    --version, -v Print Quasar CLI version

  Commands
    create    Create a project folder
    info      Display info about your machine
                   (and your App if in a project folder)
    upgrade   Check (and optionally) upgrade Quasar packages
                   from a Quasar project folder
    serve     Create an ad-hoc server on App's distributables
    help, -h  Displays this message

  --------------
  => IMPORTANT !
  => Trigger this inside of a Quasar project (and npm/yarn install) for more commands.
  --------------