There was an error while loading. Please reload this page.
1 parent 4dc9aae commit 5bf0f6bCopy full SHA for 5bf0f6b
1 file changed
package.json
@@ -8,14 +8,17 @@
8
"test": "karma start --single-run",
9
"mocha": "mocha test/**/*.test.ts --require ts-node/register",
10
"autoformat": "tsfmt -r",
11
- "prepublish": "tsc -d && publish-please guard",
+ "prepublish": "tsc -d && npm run build && publish-please guard",
12
"publish-please": "publish-please",
13
"build": "webpack --env.production"
14
},
15
"repository": {
16
"type": "git",
17
"url": "https://github.com/GoodgameStudios/SignalsJS.git"
18
19
+ "publishConfig": {
20
+ "registry": "https://registry.npmjs.org"
21
+ },
22
"keywords": [
23
"Signals",
24
"TypeScript"
0 commit comments