Skip to content
Snippets Groups Projects
Select Git revision
  • ed0773a1b9bffb4b761b02504a042daabad076ba
  • master default
2 results

ionic.config.json

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