Skip to content

Commit 427c912

Browse files
committed
Fix npm publish script
1 parent 28677bd commit 427c912

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

npm-publish.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
./gradlew compileKotlinJs || exit
1+
./gradlew build|| exit
22
./gradlew compileProductionExecutableKotlinJs || exit
3-
./gradlew jsPublicPackageJson || exit
43

54
outputDir=build/compileSync/main/productionExecutable/kotlin
65
cp build/tmp/jsPublicPackageJson/package.json $outputDir/

0 commit comments

Comments
 (0)