-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge
develop
into bfh 20220302 (#434)
* Fix SDK's peer dependencies versioning (#432) Previously the range was matching all possible versions. Now matching React 16 and 17 only. * Node warnings with better version formatting (#410) The node version range is now taken from the engines field of the package.json, which is more readable than seeing semver's representation (>=12.0.0 <13.0.0-0||>=14.0.0 <15.0.0-0). * [Circle CI] Add test generated project job on Windows (#412) * Update config.yml * Add `generatedSFCCProjectTestWindows` test job * Test not using gtime.js script * Increase log verbosity * Run first the CI job generated project on Windows * Use outputDir generated-project * Use execSync * Update npx pwa-kit-create-app command * Use process.argv as outputDir * Test execFileSync * Add try/catch to execSync * Show npm i logging * Show npm install logs as we do in the BFH branch * Show verdaccio logs * More logs npm install verbose * Use Node child_process & Update verdaccio config & bump version * Use verdaccio npmjs cache true * Set GENERATOR_PRESET env variable * Update create-mobify-app.js * Test using a xlarge Windows machine * Increase Verdaccio max_fails config * Remove server keepAliveTimeout * Dump all Verdaccio logs to a file for debugging * Fix smoketestscripts on Windows * Add Circle CI unit to the scripts path * Really fix smoketestscripts Circle CI job on Windows * Update config.yml * More testing smoke test script on Windows * And more testing smoke test script on Windows * smoketestscripts job working on Windows * fix typo * Clean up * More clean up * Update latest v4 verdaccio * Remove file from bad merge Co-authored-by: Vincent Marta <vmarta@salesforce.com>
- Loading branch information
Showing
7 changed files
with
463 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.