🐛 fix release

This commit is contained in:
Flam3rboy 2021-08-17 19:01:36 +02:00
parent 1b9c8d58ee
commit 5e794e8ffd

View File

@ -32,6 +32,7 @@ jobs:
node-version: 14 node-version: 14
- run: | - run: |
cd util cd util
npm i
npm run build npm run build
npm pack npm pack
cd ../api cd ../api