Skip to content

Commit

Permalink
Fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
DraTeots committed May 8, 2024
1 parent 04c0e1e commit adecfbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
node-version: '20'
cache: 'npm'
cache-dependency-path: ./firebird-ng/package-lock.json

- name: Install Dependencies
run: npm install

- name: Build
working-directory: ./firebird-ng
Expand Down
2 changes: 1 addition & 1 deletion firebird-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebird",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down

0 comments on commit adecfbf

Please sign in to comment.