Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 8, 2025
1 parent f8d7eb7 commit 243c701
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nativescript.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ const sentryEnabled = !!process.env['NS_SENTRY'];
const loggingEnabled = !!process.env['NS_LOGGING'];
const playstoreBuild = !!process.env['PLAY_STORE_BUILD'];

console.log('playstoreBuild', playstoreBuild)
module.exports = {
ignoredNativeDependencies: [].concat(sentryEnabled ? [] : ['@nativescript-community/sentry']).concat(playstoreBuild ? [] : ['@akyas/nativescript-inapp-purchase']),
ignoredNativeDependencies: [].concat(sentryEnabled ? [] : ['@nativescript-community/sentry']).concat(playstoreBuild ? [] : ['@akylas/nativescript-inapp-purchase']),
id: process.env['APP_ID'],
appResourcesPath: 'App_Resources',
buildPath: 'platforms',
Expand Down

0 comments on commit 243c701

Please sign in to comment.