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

Commit

Permalink
fix vue travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bradmartin committed Mar 12, 2019
1 parent 6809fd9 commit a534f6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"tslint": "~5.13.1",
"typescript": "~3.1.6"
},
"scripts": {
"build.plugin": "cd ../src && npm run build",
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**' --exclude '**/platforms/**'"
},
"gitHead": "f548ec926e75201ab1b7c4a3a7ceefe7a4db15af",
"readme": "NativeScript Application"
}

0 comments on commit a534f6d

Please sign in to comment.