0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Fix for missing package.json

This commit is contained in:
G.Ambatte
2022-03-22 11:27:08 +13:00
parent 06598e0665
commit 0a90218d2a

View File

@@ -17,7 +17,8 @@ jobs:
executor: node/default
steps:
- checkout
- checkout:
path: ~/repo/homebrewery
# Download and cache dependencies
- restore_cache:
@@ -28,7 +29,7 @@ jobs:
- node/install-npm
- node/install-packages:
app-dir: ~/homebrewery
app-dir: ~/repo/homebrewery
cache-path: node_modules
override-ci-command: npm i