2
0
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:
Declan de Wet
2016-11-06 02:50:03 +02:00
parent 761ddb0f34
commit 6b03513576
+4 -2
View File
@@ -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"