Comparing version 2.2.0 to 2.3.0
@@ -25,2 +25,6 @@ #!/usr/bin/env node | ||
const removeReadme = () => { | ||
fs.unlinkSync(`./ipwa-master/readme.md`); | ||
} | ||
const showLoader = msg => { | ||
@@ -40,2 +44,3 @@ const colors = [ 'green', 'yellow', 'blue', 'magenta', 'cyan' ]; | ||
overWritePackage(); | ||
removeReadme(); | ||
exec(`mv ipwa-master ${folderName}`, () => { | ||
@@ -42,0 +47,0 @@ showLoader(`Installing dependencies for ${folderName}`); |
{ | ||
"name": "ipwa", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"author": "Sreeram Padmanabhan", | ||
@@ -268,3 +268,4 @@ "license": "ISC", | ||
"style", | ||
"test" | ||
"test", | ||
"cli" | ||
] | ||
@@ -309,5 +310,4 @@ ] | ||
"files": [ | ||
"cli.js", | ||
"ipwa.tar.gz" | ||
"cli.js" | ||
] | ||
} |
@@ -49,8 +49,11 @@ ![Pipeline](https://github.com/jsDrome/ipwa/workflows/Build/badge.svg?branch=master) | ||
3. You need to sign up for: Codecov, Cypress, Percy, Dockerhub, Heroku, Firebase and npm and get the respective tokens. | ||
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 | ||
10. create new Github project and push | ||
4. Set the environment secrets in Github. | ||
5. Push | ||
## Run locally normally | ||
@@ -57,0 +60,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
14746
51
209