Can someone guide me to edit this file? I read the git yml documentation through all my attempts have failed… just error after error and I don’t know why.
language: node_js
node_js:
- 10
cache:
directories:- ~/.npm
- ~/.cache
install:
- npm install
before_script: - npm run build
- npm run start &
script: - node --version
- npm --version
- npm run flow
- npm run cypress:run