📦 package.json: Update scripts section

The starter app has been updated over the last few months and new
options are required in the `scripts` section of `package.json`.

Bring the `scripts` section in line with the starter app to fix some
issues around routing requests to `/beta` in CI.

Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
Major Hayden 2020-09-21 17:17:32 -05:00 committed by Sanne Raymaekers
parent a8cd717f55
commit 4c6c3fae1b
3 changed files with 41 additions and 8 deletions

View file

@ -1,15 +1,15 @@
language: node_js
sudo: required
notifications:
email: false
node_js:
- '10'
- '10'
install:
- npm ci
- npm install -g codecov
- npm ci
script:
- npm run travis:verify
- npm run verify
- npx codecov
after_success:
- codecov
- curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s
env:
global: