🐛 fix release

This commit is contained in:
Flam3rboy 2021-08-15 23:07:56 +02:00
parent 6187e2c182
commit 816f7e1f33

View File

@ -31,7 +31,9 @@ jobs:
with: with:
node-version: 14 node-version: 14
- run: | - run: |
cd bundle cd util
npm install
cd ../bundle
npm install npm install
npm i caxa npm i caxa
npm run build npm run build