Skip to content

Commit fabce3f

Browse files
committed
patch: Updating semantic-release commands
1 parent 4edf4c0 commit fabce3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"test": "echo \"Test success\"",
77
"clean": "rm -rf dist ",
88
"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"
9+
"semantic-release": "npm run clean && semantic-release --prepare && npm run build && npm publish dist/ && semantic-release post"
1010
},
1111
"main": "./bundles/ng.umd.js",
1212
"module": "./ngx-image-editor.es5.js",

0 commit comments

Comments
 (0)