publish to GPR as a postpublish step
This commit is contained in:
Родитель
0ff434a28f
Коммит
82a890fece
|
@ -13,7 +13,8 @@
|
|||
"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",
|
||||
"pretest": "npm run build",
|
||||
"test": "karma start test/karma.config.js",
|
||||
"prepublishOnly": "npm run build"
|
||||
"prepublishOnly": "npm run build",
|
||||
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
|
||||
},
|
||||
"keywords": [
|
||||
"task",
|
||||
|
|
Загрузка…
Ссылка в новой задаче