We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6259c32 + 746353b commit 08ea837Copy full SHA for 08ea837
1 file changed
package.json
@@ -30,7 +30,8 @@
30
"clean": "tsc --build --clean",
31
"lint": "eslint . --ignore-path .gitignore",
32
"pretest": "npm run build",
33
- "test": "npm run lint && karma start test/karma.config.cjs"
+ "test": "npm run lint && karma start test/karma.config.cjs",
34
+ "postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
35
},
36
"prettier": "@github/prettier-config",
37
"devDependencies": {
@@ -51,8 +52,5 @@
51
52
"tslib": "^2.0.3",
53
"typedoc": "^0.19.2",
54
"typescript": "^4.0.5"
- },
55
- "publishConfig": {
56
- "registry": "https://npm.pkg.github.com/"
57
}
58
0 commit comments