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

Commit 4bff900

Browse files
Fixed scripts. (#7)
1 parent edf1299 commit 4bff900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"tslint": "tslint --project \"./tsconfig.json\" -c \"./tslint.json\"",
2323
"uglifyjs": "glob-uglifyjs",
2424
"release": "npm run build && npm run tslint && npm run uglifyjs",
25-
"prepublish": "npm run release"
25+
"prepublishOnly": "npm run release"
2626
},
2727
"repository": {
2828
"type": "git",

0 commit comments

Comments
 (0)