ionic.starter.json 430 B

123456789101112
  1. {
  2. "name": "Tabs Starter",
  3. "baseref": "master",
  4. "tarignore": [
  5. "node_modules",
  6. "package-lock.json",
  7. "www"
  8. ],
  9. "scripts": {
  10. "test": "npm run lint && npm run ng -- build --configuration=ci && npm run ng -- build --prod --progress=false && npm run ng -- test --configuration=ci && npm run ng -- e2e --configuration=ci && npm run ng -- g pg my-page --dry-run && npm run ng -- g c my-component --dry-run"
  11. }
  12. }