We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ce17c commit 038c9b3Copy full SHA for 038c9b3
1 file changed
.github/workflows/webpack.yml
@@ -24,6 +24,5 @@ jobs:
24
25
- name: Build
26
run: |
27
- cd Build
28
- npm install
29
- npx webpack
+ cd Build/Buildscripts
+ ./build-all.sh
0 commit comments