Skip to content

Commit

Permalink
fix: npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
tr3v3r committed Jan 26, 2022
1 parent eb6a96b commit ef71e89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
"android",
"ios",
"cpp",
"scripts",
"react-native-esc-pos-printer.podspec",
"!lib/typescript/example",
"!scripts/bootstrap",
"!android/build",
"!ios/build",
"!**/__tests__",
Expand Down
4 changes: 2 additions & 2 deletions scripts/movelib.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ if (!fs.existsSync(dir)) {

const libCurrentPath = path.join(
__dirname,
'../node_modules/react-native-esc-pos-printer-ios-sdk',
'../../react-native-esc-pos-printer-ios-sdk',
'libepos2.a'
);
const libDestPath = path.join(__dirname, '../ios/PrinterSDK', 'libepos2.a');

const headerCurrentPath = path.join(
__dirname,
'../node_modules/react-native-esc-pos-printer-ios-sdk',
'../../react-native-esc-pos-printer-ios-sdk',
'ePOS2.h'
);
const headerDestPath = path.join(__dirname, '../ios/PrinterSDK', 'ePOS2.h');
Expand Down

0 comments on commit ef71e89

Please sign in to comment.