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

Commita2df9a7

Browse files
add auto release to npm
1 parentdbb0ec5 commita2df9a7

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

‎.travis.yml‎

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,19 @@ after_success:
88

99
before_deploy:
1010
-npm run build-storybook
11+
-npm run build
1112

1213
deploy:
13-
provider:pages
14-
skip-cleanup:true
15-
github-token:$GITHUB_TOKEN
16-
keep-history:true
17-
on:
18-
branch:master
14+
-provider:pages
15+
skip-cleanup:true
16+
github-token:$GITHUB_TOKEN
17+
keep-history:true
18+
on:
19+
branch:master
20+
-provider:npm
21+
skip-cleanup:true
22+
email:"nicholaslee119@gmail.com"
23+
api_key:$NPM_TOKEN
24+
tag:next
25+
on:
26+
tags:true

‎package.json‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,8 @@
102102
"> 1%",
103103
"last 2 versions",
104104
"not ie <= 8"
105-
]
105+
],
106+
"publishConfig": {
107+
"access":"public"
108+
}
106109
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp