This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dual-scope, dual-distribution automated publishing via GitHub actions (…
…#91) * Remove dependency cruft * Support cross-org publish * Switch from sed to jq * Publish to GitHub first due to fragility * Follow instructions from GitHub support * Add artifacts * Re-introduce versioning code * Fix deprecation warnings * Enable dual-scope, dual-publish to NPM:@appfolio vs GitHub:@AppFolio-IM * Clarify cross-org status * Fix canonical package scope * Fix artifact download issue * Remove node version from matrix (Cypress bundles its own) * Add lint job
- Loading branch information
Showing
6 changed files
with
89 additions
and
37 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "@appfolio/react-gears-cypress", | ||
"name": "@appfolio-im/react-gears-cypress", | ||
"version": "0.0.0", | ||
"packageManager": "[email protected]", | ||
"license": "MIT", | ||
|
@@ -51,7 +51,7 @@ | |
"prettier": "^2.8.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"typescript": "< 4.10.0", | ||
"typescript": "< 4.9.0", | ||
"webpack": "^5.75.0" | ||
}, | ||
"dependencies": { | ||
|