We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e803dd3 + e56c8db commit 7dc06c8Copy full SHA for 7dc06c8
1 file changed
.github/workflows/build.yml
@@ -18,6 +18,9 @@ jobs:
18
node-version: [24.x]
19
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
20
21
+ env:
22
+ DOCKER_IT: ""
23
+
24
steps:
25
- uses: actions/checkout@v4
26
with:
@@ -31,3 +34,7 @@ jobs:
31
34
32
35
- run: npm ci
33
36
- run: npm run build --if-present
37
38
+ - run: ./docker.sh build
39
+ - run: ./docker.sh install
40
+ - run: ./docker.sh dist
0 commit comments