Skip to content

Commit

Permalink
Fix npm publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
richiksc committed Jun 21, 2021
1 parent 28677bd commit 427c912
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions npm-publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
./gradlew compileKotlinJs || exit
./gradlew build|| exit
./gradlew compileProductionExecutableKotlinJs || exit
./gradlew jsPublicPackageJson || exit

outputDir=build/compileSync/main/productionExecutable/kotlin
cp build/tmp/jsPublicPackageJson/package.json $outputDir/
Expand Down

0 comments on commit 427c912

Please sign in to comment.