File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " oh-my-opencode" ,
3- "version" : " 0.1.3 " ,
3+ "version" : " 0.1.4 " ,
44 "description" : " OpenCode plugin - custom agents (oracle, librarian) and enhanced features" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -63,10 +63,11 @@ async function generateChangelog(previous: string): Promise<string> {
6363
6464async function buildAndPublish ( ) : Promise < void > {
6565 console . log ( "\nPublishing to npm..." )
66+ // --ignore-scripts: workflow에서 이미 빌드 완료, prepublishOnly 재실행 방지
6667 if ( process . env . CI ) {
67- await $ `npm publish --access public --provenance`
68+ await $ `npm publish --access public --provenance --ignore-scripts `
6869 } else {
69- await $ `npm publish --access public`
70+ await $ `npm publish --access public --ignore-scripts `
7071 }
7172}
7273
You can’t perform that action at this time.
0 commit comments