mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
fix: use correct folder
This commit is contained in:
parent
3a4711ce90
commit
27fb1eb160
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -88,7 +88,7 @@ sync-to-veekun: pull pull-veekun # Copy data from this repository to ../pokedex
|
||||||
cp -a ./data/v2/csv/. ${veekun_pokedex_repository}/pokedex/data/csv
|
cp -a ./data/v2/csv/. ${veekun_pokedex_repository}/pokedex/data/csv
|
||||||
|
|
||||||
hasura-export: # Export Hasura configuration
|
hasura-export: # Export Hasura configuration
|
||||||
hasura md export --admin-secret pokemon
|
hasura md export --project hasura --admin-secret pokemon
|
||||||
|
|
||||||
hasura-apply: # Apply local Hasura configuration
|
hasura-apply: # Apply local Hasura configuration
|
||||||
hasura md apply --admin-secret pokemon
|
hasura md apply --project hasura --admin-secret pokemon
|
||||||
|
|
Loading…
Reference in a new issue