Skip to content
Snippets Groups Projects
Verified Commit 58b1173c authored by Samuel Heinzmann's avatar Samuel Heinzmann :headphones:
Browse files

Add release it script in package.json

parent 03d15a31
Branches
Tags
No related merge requests found
...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment