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

Commit37e6894

Browse files
authored
Merge pull request#9 from github/publish-to-gpr-as-well
Publish to GPR as a postpublish step
2 parents9dbbe62 +2dec9ce commit37e6894

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"build":"rollup -c && cp src/task-lists-element.js.flow dist/index.esm.js.flow && cp src/task-lists-element.js.flow dist/index.umd.js.flow",
1414
"pretest":"npm run build",
1515
"test":"karma start test/karma.config.js",
16-
"prepublishOnly":"npm run build"
16+
"prepublishOnly":"npm run build",
17+
"postpublish":"npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
1718
},
1819
"keywords": [
1920
"task",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp