mirror of
https://github.com/PokeAPI/api-data.git
synced 2024-11-22 23:52:31 +01:00
9 lines
166 B
Bash
9 lines
166 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
set -o pipefail
|
|
set -x
|
|
|
|
yarn run netlify-lambda build functions
|
|
ditto transform --base-url='https://pokeapi-prod.netlify.com/' --dest-dir='_dist'
|