File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -5,32 +5,32 @@ skip_tags: false
55deploy : off
66environment :
77 NPM_TOKEN :
8- secure : 9dlfsEoG2qmdCFCOJAzuz7+mpV0g96W8mC0GaxC1Ufqnh1HnBufoUNfxLTqqiSxW
8+ secure : 8w4aqZxasDQ093fZS+NwPOPGM/jy0BrOTupejRAI3PuasN0WP1AGgGCrbpP73R16
99install :
10- - ps : >-
11- Install-Product node 8.7 x64
10+ - ps : >-
11+ Install-Product node 8.7 x64
1212
13- node --version
13+ node --version
1414
15- npm --version
15+ npm --version
1616
17- yarn --version
17+ yarn --version
1818cache :
19- - " %LOCALAPPDATA%\\ Yarn"
20- - node_modules
19+ - " %LOCALAPPDATA%\\ Yarn"
20+ - node_modules
2121build_script :
22- - cmd : >-
23- yarn install --frozen-lockfile
22+ - cmd : >-
23+ yarn install --frozen-lockfile
2424
25- yarn run build
25+ yarn run build
2626
2727test : off
2828
2929deploy_script :
30- - ps : |
31- if ($ENV:APPVEYOR_REPO_TAG -eq $true)
32- {
33- "//registry.npmjs.org/:_authToken=`$`{NPM_TOKEN`}" | Out-File (Join-Path $ENV:APPVEYOR_BUILD_FOLDER ".npmrc") -Encoding UTF8
34- iex "npm pack"
35- iex "npm publish"
36- }
30+ - ps : |
31+ if ($ENV:APPVEYOR_REPO_TAG -eq $true)
32+ {
33+ "//registry.npmjs.org/:_authToken=`$`{NPM_TOKEN`}" | Out-File (Join-Path $ENV:APPVEYOR_BUILD_FOLDER ".npmrc") -Encoding UTF8
34+ iex "npm pack"
35+ iex "npm publish"
36+ }
You can’t perform that action at this time.
0 commit comments