Skip to content

Commit 701f3e5

Browse files
committed
update package script
1 parent 7797eae commit 701f3e5

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
@@ -27,7 +27,7 @@
2727
"build:dev": "npm run build-ts:dev && npm run watch",
2828
"docker:build": "npm run build-ts:prod && npm run bundle && npm run copy-assets",
2929
"pm2": "npm run prod && pm2 start ecosystem.config.js --env production",
30-
"release": "release-it --no-npm.publish "
30+
"release": "release-it --config .release-it.json --no-npm.publish"
3131
},
3232
"keywords": [],
3333
"author": "Obinna Odirionye",

0 commit comments

Comments
 (0)