We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01214b8 commit 6af4e20Copy full SHA for 6af4e20
1 file changed
.github/workflows/build-sb.yml
@@ -37,6 +37,7 @@ jobs:
37
working-directory: ./browser
38
39
- name: Build the samples browser to ensure it compiles
40
- run: cd ./browser & npm run build
+ run: npm run build
41
+ working-directory: ./browser
42
env:
43
NODE_OPTIONS: "--max_old_space_size=4096"
0 commit comments