npm install now

This commit is contained in:
Simon Willison 2018-06-17 12:57:22 -07:00
commit 6d1c3559b4
No known key found for this signature in database
GPG key ID: 17E2DEA2588B7F52

View file

@ -11,9 +11,10 @@ script:
# This defines further stages that execute after the tests
jobs:
include:
- stage: deploy latest.datesette.io
- stage: deploy latest.datasette.io
script:
- pip install .
- npm install -g now
- python tests/fixtures.py fixtures.db fixtures.json
- datasette publish now fixtures.db -m fixtures.json --name datasette-latest --token=$NOW_TOKEN
on: travis-deploy-now