-
Notifications
You must be signed in to change notification settings - Fork 927
Fix issues in the exp release script #4293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Size Analysis Report |
"dev": "rollup -c -w", | ||
"test": "run-p test:karma type-check lint ", | ||
"test:integration": "run-p test:karma type-check lint && cd ../../integration/messaging && npm run-script test", | ||
"test:ci": "node ../../scripts/run_tests_in_ci.js", | ||
"test:karma": "karma start --single-run", | ||
"test:debug": "karma start --browsers=Chrome --auto-watch", | ||
"prepare": "yarn build", | ||
"prepare": "yarn build:release", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this conflict with removing all prepares in the other PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, I will resolve the conflict in the other PR. It is an appropriate fix in the context of this PR.
Publishing to npm still hangs occasionally. I'm going to make a followup PR to remove the prepare script from all projects.