Skip to content

Commit

Permalink
chore: updated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LuXDAmore committed Jan 8, 2020
1 parent a30aa8b commit 923cf95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -37,13 +37,14 @@
"scripts": {
"dev": "nuxt -o example",
"build": "nuxt build example",
"pregenerate": "yarn build",
"generate": "nuxt generate example",
"eslint": "eslint --ext .js,.vue .",
"eslint-fix": "eslint --fix --ext .js,.vue .",
"lint": "yarn eslint",
"lint-fix": "yarn eslint-fix",
"test": "yarn lint && jest",
"release": "yarn test && yarn build && yarn generate && standard-version && git push --follow-tags && npm publish"
"release": "yarn test && yarn generate && standard-version && git push --follow-tags && yarn publish"
},
"files": [
"lib"
Expand Down

0 comments on commit 923cf95

Please sign in to comment.