Skip to content

Commit 15a548a

Browse files
committed
quick try like this
1 parent 6af4e20 commit 15a548a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-sb.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
working-directory: ./browser
3838

3939
- name: Build the samples browser to ensure it compiles
40-
run: npm run build
41-
working-directory: ./browser
40+
run: cd browser && npm run build
4241
env:
4342
NODE_OPTIONS: "--max_old_space_size=4096"

0 commit comments

Comments
 (0)