Skip to content

Commit

Permalink
Disable npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Jun 20, 2024
1 parent ab5799c commit 11c5acc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/koni-ci-ghact-build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -197,17 +197,17 @@ function loopFunc (fn) {

gitSetup();
gitBump();
npmSetup();
// npmSetup();

runClean();
runCheck();
// runTest();
runBuild();
runBuildWebRunner();

gitPush();
try {
loopFunc(npmPublish);
} catch (e) {
console.error(e);
}
// gitPush();
// try {
// loopFunc(npmPublish);
// } catch (e) {
// console.error(e);
// }

2 comments on commit 11c5acc

@saltict
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@saltict
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.