File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed
Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 44set -o pipefail
55set -x
66
7- yarn install
87yarn run netlify-lambda build functions
9-
10- poetry install --no-dev
11- poetry run ditto transform --base-url=' https://pokeapi-prod.netlify.com/' --dest-dir=' _dist'
8+ ditto transform --base-url=' https://pokeapi-prod.netlify.com/' --dest-dir=' _dist'
Original file line number Diff line number Diff line change 11[build ]
22publish = " _dist"
3- command = " pip install poetry && bash build.sh"
3+ command = " bash build.sh"
44functions = " _functions"
55
66[[redirects ]]
Original file line number Diff line number Diff line change 1+ certifi == 2018.8.24
2+ chardet == 3.0.4
3+ click == 6.7
4+ Flask == 1.0.2
5+ Flask-Cors == 3.0.6
6+ genson == 1.0.1
7+ gevent == 1.3.6
8+ greenlet == 0.4.15
9+ idna == 2.7
10+ itsdangerous == 0.24
11+ Jinja2 == 2.10
12+ MarkupSafe == 1.0
13+ pokeapi-ditto == 0.3.0
14+ requests == 2.19.1
15+ six == 1.11.0
16+ tqdm == 4.26.0
17+ urllib3 == 1.23
18+ Werkzeug == 0.14.1
Original file line number Diff line number Diff line change 1+ 3.6
You can’t perform that action at this time.
0 commit comments