Skip to content

Commit

Permalink
fix: release script depreciation & clean
Browse files Browse the repository at this point in the history
  • Loading branch information
n-peugnet committed Apr 7, 2020
1 parent 00cf2d2 commit b9ea9e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --env dev --watch",
"build": "webpack --env dev",
"dist": "webpack --env prod",
"clean": "rm -r dist",
"dist": "npm run clean && webpack --env prod",
"clean": "rm -rf dist",
"release": "dotenv release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n-peugnet/image-map-creator.git"
},
"release-it": {
"scripts": {
"beforeStage": "npm run dist"
"hooks": {
"after:bump": "npm run dist"
},
"npm": {
"publish": true
Expand Down

0 comments on commit b9ea9e9

Please sign in to comment.