Skip to content

Commit

Permalink
Added extra check and pause at the end.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Aug 29, 2020
1 parent a39ebcf commit bb91761
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion publish/push.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@echo off

echo Are you sure?
pause

set VERSION=0.0.4
call npm config set prefix %~dp0
call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public
call npm config set prefix %APPDATA%\npm
call npm config set prefix %APPDATA%\npm
pause

0 comments on commit bb91761

Please sign in to comment.