-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Typescript projects and publish logic (#2)
The current setup doesn't work, so this commit removes the Typescript portions completely. At a future point when the published definitions from this repository are required, they can be added back in properly.
- Loading branch information
Showing
6 changed files
with
0 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
com.palantir.conjure:conjure = 4.4.0 | ||
com.palantir.conjure.typescript:* = 3.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,2 @@ | ||
apply plugin: 'com.palantir.conjure-publish' | ||
apply from: "$rootDir/gradle/publish-conjure.gradle" | ||
|
||
project (':witchcraft-health-api:witchcraft-health-api-typescript') { | ||
publishTypeScript.doFirst { | ||
file('src/.npmrc') << "//registry.npmjs.org/:_authToken=${System.env.NPM_AUTH_TOKEN}" | ||
} | ||
} | ||
|
||
conjure { | ||
typescript { | ||
nodeCompatibleModules = true | ||
} | ||
} |
6 changes: 0 additions & 6 deletions
6
witchcraft-health-api/witchcraft-health-api-typescript/.gitignore
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,2 @@ | ||
apply plugin: 'com.palantir.conjure-publish' | ||
apply from: "$rootDir/gradle/publish-conjure.gradle" | ||
|
||
project (':witchcraft-logging-api:witchcraft-logging-api-typescript') { | ||
publishTypeScript.doFirst { | ||
file('src/.npmrc') << "//registry.npmjs.org/:_authToken=${System.env.NPM_AUTH_TOKEN}" | ||
} | ||
} | ||
|
||
conjure { | ||
typescript { | ||
nodeCompatibleModules = true | ||
} | ||
} |
6 changes: 0 additions & 6 deletions
6
witchcraft-logging-api/witchcraft-logging-api-typescript/.gitignore
This file was deleted.
Oops, something went wrong.