diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0cb2bf32..99fc8054 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,9 @@ jobs: with: node-version: 14 - run: | - cd bundle + cd util + npm install + cd ../bundle npm install npm i caxa npm run build |