-
Notifications
You must be signed in to change notification settings - Fork 9
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
Rollup test #127
Rollup test #127
Conversation
lib/rollup.config.mjs
Outdated
plugins: [ | ||
replace({ | ||
preventAssignment: true, | ||
__PLATFORM__: "RCC", |
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.
Platform should be "CA-TS" according to Jira
lib/package.json
Outdated
"scripts": { | ||
"test": "jest", | ||
"build": "tsc", | ||
"build-rollup": "rollup -c", |
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.
I'm not sure which command is picked by the release script, it's probably safer to have rollup as build
and tsc as tsc
or typecheck
or smth
channels suggestion box should be merged first