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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user