Skip to content
Snippets Groups Projects
Commit a2bca13e authored by Aidan's avatar Aidan
Browse files

Remove postinstall script from package.json

parent 0a6168d3
No related branches found
No related tags found
No related merge requests found
Pipeline #4930 passed
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
"native" "native"
], ],
"scripts": { "scripts": {
"postinstall": "git submodule update --init --recursive",
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web", "verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination generic/platform=iOS && cd ..", "verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination generic/platform=iOS && cd ..",
"verify:android": "cd android && ./gradlew clean build test && cd ..", "verify:android": "cd android && ./gradlew clean build test && cd ..",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment