Skip to content
Snippets Groups Projects
Select Git revision
  • 2750c6a744a412deaad23c4a1e78c43352c44bdb
  • main default
  • tp1
  • tp3-correction
  • tp3
  • tp2-correction
  • tp2
  • tp1-correction
  • admins
9 results

setup.md

Blame
  • Forked from an inaccessible project.
    .travis.yml 138 B
    language: node_js
    
    node_js: "10"
    
    cache:
      directories:
        - $HOME/.npm # npm cache
    
    install:
      - npm install
    
    script:
      - npm run build