Skip to content

Commit

Permalink
ci: run build for workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Jan 4, 2024
1 parent 861c09a commit 796c3cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Set default rust toolchain
run: rustup default 1.61.0
- name: Change directory
run: cd official-addons-v2
- name: Install NPM dependencies
run: npm ci
- name: Build
run: npm run build
run: npm --workspace official-addons-v2 run build

0 comments on commit 796c3cb

Please sign in to comment.