We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d949c1b commit 9b75405Copy full SHA for 9b75405
package.json
@@ -6,7 +6,8 @@
6
"types": "dist/ImageSqueezer.d.ts",
7
"scripts": {
8
"test": "jest",
9
- "build-tsc": "./node_modules/.bin/tsc"
+ "build-tsc": "./node_modules/.bin/tsc",
10
+ "build-release": "standard-version"
11
},
12
"keywords": [
13
"image",
0 commit comments