We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcabe08 commit e841996Copy full SHA for e841996
.github/workflows/webpack.yml
@@ -23,6 +23,7 @@ jobs:
23
node-version: ${{ matrix.node-version }}
24
25
- name: Build
26
+ working-directory: ./ext
27
run: |
28
npm install
29
npm run build
0 commit comments