Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2023-04-23 09:28:59 -04:00
parent 386823ef0e
commit 50410c7910

View File

@ -19,6 +19,7 @@ jobs:
with:
node-version: 18.x
cache: 'npm'
- run: npm config set -- '//tulpa.dev/api/packages/ebooks/npm/:_authToken' "${{ secrets.GITEA_TOKEN }}"
- run: npm ci
- run: npm run build --if-present
- run: npm test