mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-25 01:50:34 +03:00
final missing pieces for build tooling - the release stuff
This commit is contained in:
+4
-2
@@ -84,10 +84,12 @@
|
|||||||
"lint": "standard --verbose | snazzy",
|
"lint": "standard --verbose | snazzy",
|
||||||
"minify": "uglifyjs lib/vue-meta.js -cm --comments -o lib/vue-meta.min.js",
|
"minify": "uglifyjs lib/vue-meta.js -cm --comments -o lib/vue-meta.min.js",
|
||||||
"postbuild": "npm run minify",
|
"postbuild": "npm run minify",
|
||||||
"postminify": "npm run toc",
|
"postversion": "npm run update-cdn && git add . && git commit -m \":ship: CDN update\"",
|
||||||
"posttoc": "npm run update-cdn",
|
|
||||||
"prebuild": "rimraf lib",
|
"prebuild": "rimraf lib",
|
||||||
|
"prerelease": "npm run build",
|
||||||
"pretest": "npm run lint",
|
"pretest": "npm run lint",
|
||||||
|
"preversion": "npm run toc",
|
||||||
|
"release": "npm publish",
|
||||||
"test": "cross-env NODE_ENV=test karma start karma.conf.js",
|
"test": "cross-env NODE_ENV=test karma start karma.conf.js",
|
||||||
"toc": "doctoc README.md --title '# Table of Contents'",
|
"toc": "doctoc README.md --title '# Table of Contents'",
|
||||||
"update-cdn": "babel-node scripts/update-cdn.js"
|
"update-cdn": "babel-node scripts/update-cdn.js"
|
||||||
|
|||||||
Reference in New Issue
Block a user