We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4edf4c0 commit fabce3fCopy full SHA for fabce3f
package.json
@@ -6,7 +6,7 @@
6
"test": "echo \"Test success\"",
7
"clean": "rm -rf dist ",
8
"build": "ng-packagr -p ng-package.json",
9
- "semantic-release": "npm run clean && semantic-release pre && npm run build && npm publish dist/ && semantic-release post"
+ "semantic-release": "npm run clean && semantic-release --prepare && npm run build && npm publish dist/ && semantic-release post"
10
},
11
"main": "./bundles/ng.umd.js",
12
"module": "./ngx-image-editor.es5.js",
0 commit comments