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 7797eae commit 701f3e5Copy full SHA for 701f3e5
package.json
@@ -27,7 +27,7 @@
27
"build:dev": "npm run build-ts:dev && npm run watch",
28
"docker:build": "npm run build-ts:prod && npm run bundle && npm run copy-assets",
29
"pm2": "npm run prod && pm2 start ecosystem.config.js --env production",
30
- "release": "release-it --no-npm.publish "
+ "release": "release-it --config .release-it.json --no-npm.publish"
31
},
32
"keywords": [],
33
"author": "Obinna Odirionye",
0 commit comments