mirror of
https://github.com/tenrok/vue-meta.git
synced 2026-06-15 08:52:24 +03:00
chore: use yarn in npm scripts
This commit is contained in:
+5
-6
@@ -47,15 +47,14 @@
|
||||
"build:es": "rimraf es && babel src --env-name es --out-dir es --ignore 'src/browser.js'",
|
||||
"build:other": "rimraf lib && rollup -c scripts/rollup.config.js",
|
||||
"codecov": "codecov",
|
||||
"dev": "cd examples && yarn dev && cd ..",
|
||||
"docs": "vuepress dev --host 0.0.0.0 --port 3000 docs",
|
||||
"docs:build": "vuepress build docs",
|
||||
"predeploy": "git checkout master && git pull -r",
|
||||
"deploy": "npm version",
|
||||
"postdeploy": "git push origin master --follow-tags && npm run release",
|
||||
"dev": "cd examples && npm run dev && cd ..",
|
||||
"lint": "eslint src test",
|
||||
"prerelease": "npm run build",
|
||||
"release": "npm publish",
|
||||
"predeploy": "git checkout master && git pull -r",
|
||||
"deploy": "yarn version",
|
||||
"postdeploy": "git push origin master --follow-tags && yarn release",
|
||||
"release": "yarn lint && yarn test && yarn build && yarn publish",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user