Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: Ignore services file
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Feb 4, 2019
1 parent b3eda6c commit 515a093
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
name: run lint
command: npm run lint
- run:
name: run compile
command: npm run compile
name: run ionic install
command: npm install ionic
- run:
name: run build
command: npm run build
- store_artifacts:
path: test-results.xml
prefix: tests
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ $RECYCLE.BIN/
.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate
package-lock.json
package-lock.json
src/mobile-services.js

0 comments on commit 515a093

Please sign in to comment.