This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+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", |
|
|
"bundle-lumen": "react-native bundle --reset-cache --platform ios --entry-file lumen.js --bundle-output ./Cliqz/JSEngine/jsengine.bundle.js --assets-dest ./Cliqz/JSEngine/ --dev false && cp -R ./node_modules/browser-core-lumen-ios/build/assets/ ./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", |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.