Skip to content

Commit

Permalink
Add now binary
Browse files Browse the repository at this point in the history
  • Loading branch information
geekyme committed Apr 4, 2019
1 parent 89e2b1b commit 8f8be94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ test:
deploy_prod:
stage: deploy
script:
- npm install
- ./node_modules/.bin/now -e NODE_ENV=production --token=$NOW_TOKEN
- ./node_modules/.bin/now alias demo-react-hooks --token=$NOW_TOKEN
environment:
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"husky": "1.3.1",
"jest": "^24.3.1",
"jest-dom": "3.1.3",
"now": "15.0.1",
"react-testing-library": "^6.0.0"
},
"husky": {
Expand Down

0 comments on commit 8f8be94

Please sign in to comment.