axway-developer-relations / griffin-app-opensource

The Axway Griffin App goes open source!
19 stars 3 forks source link

scripts section in package.json referencing node scripts which don't exist #7

Open grantges opened 3 years ago

grantges commented 3 years ago

Noticing that there are several commands under the scripts folder that fail as a result of the ./scripts folder not existing under ./mobile.

Example "create:appinfo:ios": "node ./scripts/internal/publishing/create-appinfo-ios.js ${npm_package_titanium_environment} ${npm_package_version}",

brentonhouse commented 3 years ago

Sorry! Some of these scripts are used internally for creating files necessary for deploying the app using an enterprise license from Apple. I can cleanup the project file to remove some of these.

grantges commented 3 years ago

no worries - doubt many would use them - but wanted to give you the heads up.