Skip to content

Commit

Permalink
add convenient deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
zspecza committed Nov 23, 2016
1 parent ad1bad1 commit 29e9f0b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"description": "manage page meta info in Vue 2.0 server-rendered apps",
"version": "0.4.4",
"author": "Declan de Wet <[email protected]>",
"files": [
"lib",
"yarn.lock"
],
"bugs": "https://github.com/declandewet/vue-meta/issues",
"dependencies": {
"deepmerge": "^1.2.0",
Expand Down Expand Up @@ -59,6 +55,10 @@
"webpack": "beta",
"webpack-dev-server": "beta"
},
"files": [
"lib",
"yarn.lock"
],
"homepage": "https://github.com/declandewet/vue-meta",
"keywords": [
"attribute",
Expand Down Expand Up @@ -88,12 +88,15 @@
"scripts": {
"build": "rollup -c",
"codecov": "codecov",
"deploy": "npm version",
"dev": "babel-node examples/server.js",
"lint": "standard --verbose | snazzy",
"minify": "uglifyjs lib/vue-meta.js -cm --comments -o lib/vue-meta.min.js",
"postbuild": "npm run minify",
"postdeploy": "git push origin master --follow-tags && npm run release",
"postversion": "npm run update-cdn && git add . && git commit -m \":ship: CDN update\"",
"prebuild": "rimraf lib",
"predeploy": "git checkout master && git pull -r",
"prerelease": "npm run build",
"pretest": "npm run lint",
"preversion": "npm run toc",
Expand Down

0 comments on commit 29e9f0b

Please sign in to comment.