Skip to content

Commit 9b75405

Browse files
committed
fix: updates on the documentation and code refactored.
1 parent d949c1b commit 9b75405

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"types": "dist/ImageSqueezer.d.ts",
77
"scripts": {
88
"test": "jest",
9-
"build-tsc": "./node_modules/.bin/tsc"
9+
"build-tsc": "./node_modules/.bin/tsc",
10+
"build-release": "standard-version"
1011
},
1112
"keywords": [
1213
"image",

0 commit comments

Comments
 (0)