Commit 18d7bbfd by github-actions

Transpile 76297709

parent 9d5a34e4
...@@ -21,4 +21,6 @@ jobs: ...@@ -21,4 +21,6 @@ jobs:
restore-keys: npm-v2- restore-keys: npm-v2-
- run: npm ci - run: npm ci
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
- run: bash scripts/transpile.sh
if: github.ref != 'refs/heads/master'
- run: npm run test - run: npm run test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment