mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-18 02:40: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",
|
||||
"minify": "uglifyjs lib/vue-meta.js -cm --comments -o lib/vue-meta.min.js",
|
||||
"postbuild": "npm run minify",
|
||||
"postminify": "npm run toc",
|
||||
"posttoc": "npm run update-cdn",
|
||||
"postversion": "npm run update-cdn && git add . && git commit -m \":ship: CDN update\"",
|
||||
"prebuild": "rimraf lib",
|
||||
"prerelease": "npm run build",
|
||||
"pretest": "npm run lint",
|
||||
"preversion": "npm run toc",
|
||||
"release": "npm publish",
|
||||
"test": "cross-env NODE_ENV=test karma start karma.conf.js",
|
||||
"toc": "doctoc README.md --title '# Table of Contents'",
|
||||
"update-cdn": "babel-node scripts/update-cdn.js"
|
||||
|
||||
Reference in New Issue
Block a user