refactor(ui): use JSON format as runtime configuration
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index 16d7381696cd608c351b11ef3fe22c4aff54ff7c..48e5cfb9a9de7e94d2fe1950d8f674fce2f63535 100644 (file)
@@ -112,9 +112,7 @@ jobs:
         if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '20.x' }}
         run: pnpm lint
       - name: pnpm build
-        run: |
-          pnpm build:prepare
-          pnpm build
+        run: pnpm build
       - name: pnpm test
         run: pnpm test
       - name: pnpm coverage