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

Commit 5bf0f6b

Browse files
committed
improve publish scripts
1 parent 4dc9aae commit 5bf0f6b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,17 @@
88
"test": "karma start --single-run",
99
"mocha": "mocha test/**/*.test.ts --require ts-node/register",
1010
"autoformat": "tsfmt -r",
11-
"prepublish": "tsc -d && publish-please guard",
11+
"prepublish": "tsc -d && npm run build && publish-please guard",
1212
"publish-please": "publish-please",
1313
"build": "webpack --env.production"
1414
},
1515
"repository": {
1616
"type": "git",
1717
"url": "https://github.com/GoodgameStudios/SignalsJS.git"
1818
},
19+
"publishConfig": {
20+
"registry": "https://registry.npmjs.org"
21+
},
1922
"keywords": [
2023
"Signals",
2124
"TypeScript"

0 commit comments

Comments
 (0)