Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "ipwa", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"author": "Sreeram Padmanabhan", | ||
@@ -21,4 +21,4 @@ "license": "ISC", | ||
"build:docker": "docker-compose -f infra/docker/docker-compose.yml up --build", | ||
"build:helm": "helm install $PROJECT_NAME infra/helm", | ||
"build:helm:uninstall": "helm uninstall $PROJECT_NAME", | ||
"build:helm": "helm install $HELM_APP_NAME infra/helm", | ||
"build:helm:uninstall": "helm uninstall $HELM_APP_NAME", | ||
"test": "jest --coverage", | ||
@@ -25,0 +25,0 @@ "test:watch": "jest --watch", |
@@ -49,11 +49,15 @@ ![Pipeline](https://github.com/jsDrome/ipwa/workflows/Build/badge.svg?branch=master) | ||
3. Create new firebase project and set FIREBASE_APP and FIREBASE_TOKEN secrets | ||
4. Create new heroku app and set HEROKU_APP_NAME and HEROKU_API_KEY secrets | ||
5. Integrate project with Codecov and set CODECOV_TOKEN secret | ||
6. Sign up to Docker and set DOCKER_USER, DOCKER_IMAGE_NAME and DOCKER_PASS secrets | ||
7. Run npm run test:cypress:open, create a new project and set CYPRESS_PROJECT_ID and CYPRESS_TOKEN secrets | ||
8. Integrate project with Percy and set PERCY_TOKEN env variable | ||
9. Sign up to npm and set NPM_TOKEN | ||
3. Create new firebase project and set `FIREBASE_APP_NAME` and `FIREBASE_TOKEN` secrets | ||
4. Create new heroku app and set `HEROKU_APP_NAME` and `HEROKU_API_KEY` secrets | ||
5. Integrate project with Codecov and set `CODECOV_TOKEN` secret | ||
6. Sign up to Docker and set `DOCKER_USER`, `DOCKER_IMAGE_NAME` and `DOCKER_PASS` secrets | ||
7. Run npm run test:cypress:open, create a new project and set `CYPRESS_PROJECT_ID` and `CYPRESS_TOKEN` secrets | ||
8. Integrate project with Percy and set `PERCY_TOKEN` env variable | ||
9. Sign up to npm and set `NPM_TOKEN` | ||
10. create new Github project and push | ||
# Detailed Instructions | ||
## Run locally normally | ||
@@ -80,2 +84,4 @@ | ||
Set `HELM_APP_NAME` environment variable. | ||
Run locally: | ||
@@ -82,0 +88,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14847
215