Skip to content

Commit 85c4c93

Browse files
Update npm token
1 parent 2c137f9 commit 85c4c93

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

appveyor.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@ skip_tags: false
55
deploy: off
66
environment:
77
NPM_TOKEN:
8-
secure: 9dlfsEoG2qmdCFCOJAzuz7+mpV0g96W8mC0GaxC1Ufqnh1HnBufoUNfxLTqqiSxW
8+
secure: 8w4aqZxasDQ093fZS+NwPOPGM/jy0BrOTupejRAI3PuasN0WP1AGgGCrbpP73R16
99
install:
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
1818
cache:
19-
- "%LOCALAPPDATA%\\Yarn"
20-
- node_modules
19+
- "%LOCALAPPDATA%\\Yarn"
20+
- node_modules
2121
build_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
2727
test: off
2828

2929
deploy_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+
}

0 commit comments

Comments
 (0)