mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
update
This commit is contained in:
15
node_modules/file-exists-dazinatorfork/appveyor.yml
generated
vendored
Normal file
15
node_modules/file-exists-dazinatorfork/appveyor.yml
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
environment:
|
||||
#nodejs_version: 6
|
||||
npm_authtoken:
|
||||
secure: ZFDpQDP37rVIg8if7QBpgVgCYhEtuaB6k/7Kd5VdZf5X9Eyi3wtdBZxnYLPpIVnH
|
||||
build: off
|
||||
|
||||
install:
|
||||
#- ps: Install-Product node $env:nodejs_version
|
||||
- ps: npm install --loglevel=error
|
||||
- ps: '"//registry.npmjs.org/:_authToken=$env:npm_authtoken`n" | out-file "$env:userprofile\.npmrc" -Encoding ASCII'
|
||||
- ps: npm whoami
|
||||
|
||||
deploy_script:
|
||||
- ps: npm --no-git-tag-version version %APPVEYOR_BUILD_VERSION%
|
||||
- ps: npm publish --loglevel=error
|
Reference in New Issue
Block a user