Skip to content

Commit

Permalink
minor changes to improve publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Localghost385 committed Jun 1, 2024
1 parent 8f3bba1 commit b304e64
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ gen-wasm-for-extension:
build-extension:
yarn --cwd vscode_extension install
yarn --cwd vscode_extension run package
rm -rf package
mkdir package
cd vscode_extension && vsce package --out ../package

publish-extension:
make build-extension
cd vscode_extension && ./publish.sh

2 changes: 1 addition & 1 deletion vscode_extension/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Kanaru Sato
Copyright (c) 2024 Grace Murphy

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
1 change: 1 addition & 0 deletions vscode_extension/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx ovsx publish -p $(< token.txt)

0 comments on commit b304e64

Please sign in to comment.