-
Notifications
You must be signed in to change notification settings - Fork 3
Publish to central #3
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
nbransby
left a comment
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.
are you going to delete the pom?
.gitignore
Outdated
| .gradle/ | ||
|
|
||
| /node_modules | ||
| /src/commonMain/kotlin/.DS_Store |
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.
update to all .DS_Stores
build.gradle.kts
Outdated
| } | ||
| dependsOn(copyPackageJson, copyJS, copySourceMap) | ||
| workingDir("$buildDir/node_module") | ||
| if(Os.isFamily(Os.FAMILY_WINDOWS)) { |
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.
can remove this if now
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.
Do you mean just Os.isFamily?
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.
Sorry misread it
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 the only reason to make it OS specific was to run 2 command in one line which youi have removed now
This has package renaming, replacement of TeamHubApp with GitLiveApp. NPM publishing to main registry