0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 06:22:40 +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 executor: node/default
steps: steps:
- checkout - checkout:
path: ~/repo/homebrewery
# Download and cache dependencies # Download and cache dependencies
- restore_cache: - restore_cache:
@@ -28,7 +29,7 @@ jobs:
- node/install-npm - node/install-npm
- node/install-packages: - node/install-packages:
app-dir: ~/homebrewery app-dir: ~/repo/homebrewery
cache-path: node_modules cache-path: node_modules
override-ci-command: npm i override-ci-command: npm i