You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Zip up the package files, along with the .map files for debugging
20
23
- sh: 7z a -tzip artifacts.zip ./package/* ./dist/*.map
@@ -27,9 +30,10 @@ artifacts:
27
30
28
31
deploy_script:
29
32
- ps: |
30
-
if ($env:APPVEYOR_REPO_TAG -eq "true")
33
+
if ($env:APPVEYOR_REPO_TAG -eq "true")
31
34
{
32
-
#TODO Remove --dry-run when we're good to go here.
33
-
npm publish package/ --tag {version} --access public --dry-run
35
+
# npm_auth_token defined in the appveyor project on the site. https://www.appveyor.com/docs/lang/nodejs-iojs/#authenticating-npm-for-publishing-packages
0 commit comments