Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

ignoring the folder creation on react assets generation

  • Loading branch information
Pavel committed Jul 2, 2019
1 parent 97899a6 commit caad17a0e7f83d66b8f5d54fa6effaff87e6307b
Showing with 1 addition and 1 deletion.
  1. +1 −1 package.json
@@ -12,7 +12,7 @@
"dev-bundle-lumen": "react-native bundle --platform ios --entry-file lumen.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js",
"dev-bundle-cliqz": "react-native bundle --platform ios --entry-file cliqz.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ && cp -R ./node_modules/browser-core-cliqz-ios/build/assets/ ./Cliqz/JSEngine/assets/",
"bundle-ghostery": "react-native bundle --reset-cache --platform ios --entry-file ghostery.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ --dev false && cp -R ./node_modules/browser-core/build/assets/ ./Cliqz/JSEngine/assets/",
"bundle-lumen": "react-native bundle --reset-cache --platform ios --entry-file lumen.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --dev false && mkdir ./Cliqz/JSEngine/assets",
"bundle-lumen": "react-native bundle --reset-cache --platform ios --entry-file lumen.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --dev false && mkdir -p ./Cliqz/JSEngine/assets",
"bundle-cliqz": "react-native bundle --reset-cache --platform ios --entry-file cliqz.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ --dev false && cp -R ./node_modules/browser-core-cliqz-ios/build/assets/ ./Cliqz/JSEngine/assets/",
"fix-websocket": "sed -i '' 's#<fishhook/fishhook.h>#\"fishhook.h\"#g' ./node_modules/react-native/Libraries/WebSocket/RCTReconnectingWebSocket.m",
"fix-animation": "sed -i '' 's/#import <RCTAnimation\\/RCTValueAnimatedNode.h>/#import \"RCTValueAnimatedNode.h\"/' ./node_modules/react-native/Libraries/NativeAnimation/RCTNativeAnimatedNodesManager.h",

0 comments on commit caad17a

Please sign in to comment.