Skip to content

Commit

Permalink
update some CI commands to use -w packages/toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
hayemaxi committed Jan 29, 2024
1 parent f4b4f10 commit bd6e4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: vsix
run: |
npm run createRelease # Generate CHANGELOG.md
npm run generateNonCodeFiles
npm run generateNonCodeFiles -w packages/toolkit
cp ./README.quickstart.vscode.md ./README.md
npm run package -- --feature "$FEAT_NAME"
- uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion buildspec/packageTestVsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ phases:
- export HOME=/home/codebuild-user
# Generate CHANGELOG.md
- npm run createRelease
- npm run generateNonCodeFiles
- npm run generateNonCodeFiles -w packages/toolkit
- cp ./README.quickstart.vscode.md ./README.md
- npm run package

Expand Down

0 comments on commit bd6e4ed

Please sign in to comment.