-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lihuakun
committed
Jul 13, 2023
1 parent
68be6e0
commit 758b0bf
Showing
24 changed files
with
406 additions
and
155 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash | ||
|
||
cd .. | ||
|
||
home=$(pwd) | ||
|
||
electron_screenshot=$home"/packages/electron-screenshots" | ||
|
||
|
||
cd $electron_screenshot | ||
yarn add [email protected] | ||
|
||
npm publish --tag beta |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
|
||
cd .. | ||
|
||
home=$(pwd) | ||
|
||
react_screenshot=$home"/packages/react-screenshots" | ||
|
||
|
||
cd $react_screenshot | ||
|
||
npm publish --tag beta |
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 |
---|---|---|
|
@@ -8,5 +8,5 @@ electron_screenshot=$home"/packages/electron-screenshots" | |
|
||
|
||
cd $electron_screenshot | ||
yarn add [email protected] | ||
yarn add [email protected].2 | ||
yarn build |
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
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 |
---|---|---|
|
@@ -2430,28 +2430,23 @@ ajv@^6.10.0, ajv@^6.12.0, ajv@^6.12.5: | |
uri-js "^4.2.2" | ||
|
||
akey-electron-screenshots@/Users/ansiyuan/Documents/ansiyuan/packages/screenshots/packages/electron-screenshots: | ||
version "1.0.14-alpha.9" | ||
version "1.0.1-5.1" | ||
dependencies: | ||
akey-react-screenshots "1.0.14-alpha.5" | ||
akey-react-screenshots "file:../packages/react-screenshots" | ||
debug "^4.3.3" | ||
fs-extra "^10.1.0" | ||
screenshot-desktop "^1.12.7" | ||
|
||
"akey-electron-screenshots@file:../packages/electron-screenshots": | ||
version "1.0.14-alpha.9" | ||
version "1.0.1-5.1" | ||
dependencies: | ||
akey-react-screenshots "1.0.14-alpha.5" | ||
akey-react-screenshots "file:../packages/react-screenshots" | ||
debug "^4.3.3" | ||
fs-extra "^10.1.0" | ||
screenshot-desktop "^1.12.7" | ||
|
||
[email protected]: | ||
version "1.0.14-alpha.5" | ||
resolved "https://registry.npmjs.org/akey-react-screenshots/-/akey-react-screenshots-1.0.14-alpha.5.tgz#eb215eee0a0096b217b42e9985394f8f64121b56" | ||
integrity sha512-rRXe9o7bsV/dioA/TRdJ0jDBbhhOapEC/MqxS8gkULOqqKLpavdC1N9RgJHWyOvFlj5qFHNEtQ8p0kHJSvTxvw== | ||
|
||
"akey-react-screenshots@file:../packages/react-screenshots": | ||
version "1.0.14-alpha.5" | ||
version "1.0.15" | ||
|
||
ansi-html-community@^0.0.8: | ||
version "0.0.8" | ||
|
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
Oops, something went wrong.