Skip to content

Commit

Permalink
Makefile : install target
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJoyenConseil committed Nov 21, 2024
1 parent bb8977f commit 0cf17eb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ SHELL = /bin/bash

-include .env

install:
npm install
python3 -m venv venv
source venv/bin/activate
pip install dbt-duckdb==1.9.0

dev:
npm run dev

build:
npm run build

transform:
source venv/bin/activate
dbt run

download:
Expand All @@ -22,4 +29,4 @@ download:
node src/data/contributors.json.js > src/data/raw/contributions.json

clean-cache:
rm -rf dist src/.observablehq
rm -rf dist src/.observablehq logs target

0 comments on commit 0cf17eb

Please sign in to comment.