Skip to content

Commit

Permalink
Remove generate-manifest from package script in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Aug 28, 2024
1 parent 62fd789 commit 9dbe3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"token": "cd packages/sample && yarn token",
"typecheck": "yarn --cwd packages/core run typecheck && yarn --cwd packages/vscode run typecheck && yarn --cwd packages/cli run typecheck",
"lint": "yarn --cwd packages/cli run lint",
"package": "cd packages/vscode && yarn package && yarn generate-manifest",
"package": "cd packages/vscode && yarn package",
"release:draft": "npx --yes release-it",
"release:vsix": "npx --yes release-it --no-increment --no-git --github.release --github.update --github.assets=packages/vscode/genaiscript.vsix --no-github.draft",
"release:npm": "cd packages/cli && npm publish",
Expand Down

0 comments on commit 9dbe3ce

Please sign in to comment.