Skip to content
This repository was archived by the owner on Jan 9, 2025. It is now read-only.

Commit 78a6a05

Browse files
committed
build: publish to github+npm registries
1 parent c4ea26a commit 78a6a05

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
@@ -23,7 +23,8 @@
2323
"clean": "tsc --build --clean",
2424
"lint": "eslint . --ignore-path .gitignore",
2525
"pretest": "npm run build",
26-
"test": "npm run lint && karma start test/karma.config.cjs"
26+
"test": "npm run lint && karma start test/karma.config.cjs",
27+
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
2728
},
2829
"prettier": "@github/prettier-config",
2930
"dependencies": {

0 commit comments

Comments
 (0)