Skip to content

Commit

Permalink
Merge pull request #5 from FinanzRitter/feat/vue-demo-app
Browse files Browse the repository at this point in the history
fix: another try to fix the GitHub pipeline
  • Loading branch information
sc85 authored Nov 3, 2020
2 parents f99d3ee + 09298be commit a053e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"test.ios": "cd ../demo && tns test ios --emulator",
"test.ios.device": "cd ../demo && tns test ios",
"test.android": "cd ../demo && tns test android",
"prepare": "npm run build && cd ../demo && tns plugin remove @finanzritter/nativescript-pdf-view && tns plugin add ../src && tns install && cd ../demo-vue && tns plugin remove @finanzritter/nativescript-pdf-view && tns plugin add ../src && tns install && cd ../src",
"prepare": "npm run build",
"prepare.demos": "npm run build && cd ../demo && tns plugin remove @finanzritter/nativescript-pdf-view && tns plugin add ../src && tns install && cd ../demo-vue && tns plugin remove @finanzritter/nativescript-pdf-view && tns plugin add ../src && tns install && cd ../src",
"prepare.demo": "npm run build && cd ../demo && tns plugin remove @finanzritter/nativescript-pdf-view && tns plugin add ../src && tns install",
"prepare.demo-vue": "npm run build && cd ../demo-vue && tns plugin remove @finanzritter/nativescript-pdf-view && tns plugin add ../src && tns install",
"setup": "npm ci && ts-patch install && npm run build",
"setup.demos": "npm run setup.demo && npm run setup.demo-vue && npm run prepare",
"setup": "npm ci && ts-patch install && npm run setup.demo && npm run setup.demo-vue && npm run prepare",
"setup.demo": "cd ../demo && npm ci && cd ../src",
"setup.demo-vue": "cd ../demo-vue && npm ci && cd ../src"
},
Expand Down

0 comments on commit a053e14

Please sign in to comment.