Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit8725e27

Browse files
committed
Automate npm publishing
1 parentc5da1fc commit8725e27

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,12 @@ cache:
1818
directories:
1919
-node_modules
2020
-$HOME/.npm
21+
22+
deploy:
23+
provider:npm
24+
email:"$NPM_EMAIL"
25+
api_key:"$NPM_TOKEN"
26+
skip_cleanup:true
27+
on:
28+
tags:true
29+
node:"node"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp