We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28677bd commit 427c912Copy full SHA for 427c912
npm-publish.sh
@@ -1,6 +1,5 @@
1
-./gradlew compileKotlinJs || exit
+./gradlew build|| exit
2
./gradlew compileProductionExecutableKotlinJs || exit
3
-./gradlew jsPublicPackageJson || exit
4
5
outputDir=build/compileSync/main/productionExecutable/kotlin
6
cp build/tmp/jsPublicPackageJson/package.json $outputDir/
0 commit comments