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