Created
January 23, 2019 02:57
-
-
Save Aaronius/09f1b3168a99357ebda2c7fee6447bde to your computer and use it in GitHub Desktop.
Example upload npm script
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
{ | |
"name": "reactor-helloworld-extension", | |
"version": "1.0.0", | |
"scripts": { | |
"upload": "npx @adobe/reactor-uploader --environment=production --org-id=04B20B885A7B43080A494209@AdobeOrg [email protected] --api-key=395fe521b0044160935a90db77e0e18b" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment