Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging link #59

Draft
wants to merge 19 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Tieme Ndo: A Custom Inventory Management System

You can find the deployed project at [Tieme Ndo](https://tieme-ndo.netlify.com/).
Staging [link]()

## Project Overview

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"test": "nyc react-scripts test",
"eject": "react-scripts eject",
"coverage": "react-scripts test --env=jsdom --watchAll=false --coverage",
"coveralls": "npm run coverage && cat coverage/lcov.info | coveralls"
"coveralls": "npm run coverage && cat coverage/lcov.info | coveralls",
"update-branch": "git checkout master && git pull && git checkout developer-staging && yarn && git merge master && git push origin developer-staging"
},
"eslintConfig": {
"extends": "react-app"
Expand Down