1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-04-19 04:27:26 +02:00

ci: minor change

This commit is contained in:
Fabio Di Stasio 2023-03-02 09:49:59 +01:00
parent b925ff9c01
commit 8730be02af

View File

@ -15,10 +15,11 @@ jobs:
with:
node-version: 16
- name: npm install & build
run: |
npm install
npm run build
- name: Install dependencies
run: npm i
- name: "Build"
run: npm run build
- name: Upload Artifact
uses: actions/upload-artifact@v3