-
- Downloads
Add release it script in package.json
... | @@ -8,7 +8,8 @@ | ... | @@ -8,7 +8,8 @@ |
"scripts": { | "scripts": { | ||
"build": "webpack --config webpack.js --display verbose --progress --profile", | "build": "webpack --config webpack.js --display verbose --progress --profile", | ||
"serve": "webpack-dev-server --config webpack.js --color --progress --inline --hot", | "serve": "webpack-dev-server --config webpack.js --color --progress --inline --hot", | ||
"start": "npm run build && npm run serve" | "start": "npm run build && npm run serve", | ||
"release": "node node_modules/.bin/release-it --disable-metrics" | |||
}, | }, | ||
"author": "Gottsponer Andrea Leonardo", | "author": "Gottsponer Andrea Leonardo", | ||
"license": "MIT", | "license": "MIT", | ||
... | ... |
Please register or sign in to comment