Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit af57fe4

Browse files
committedMar 26, 2019
add scripts for building releases
1 parent d2a5001 commit af57fe4

File tree

2 files changed

+1025
-13
lines changed

2 files changed

+1025
-13
lines changed
 

‎package-lock.json

Lines changed: 1019 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
"logo.png"
1414
],
1515
"scripts": {
16-
"test": "echo \"Error: no test specified\" && exit 1"
16+
"test": "echo \"Error: no test specified\" && exit 1",
17+
"preversion": "npm test",
18+
"version": "git add -A",
19+
"postversion": "git push --tags origin master",
20+
"prep": "npm version patch -m \"build %s\""
1721
},
1822
"author": "Igor Randjelovic",
1923
"license": "MIT",
@@ -27,6 +31,7 @@
2731
"@vue/cli-service": "^3.5.1",
2832
"@vue/eslint-config-airbnb": "^4.0.0",
2933
"@vue/eslint-config-prettier": "^4.0.1",
34+
"cross-var": "^1.1.0",
3035
"ejs-lint": "^0.3.0",
3136
"eslint": "^5.15.3",
3237
"eslint-plugin-vue": "^5.2.2",

0 commit comments

Comments
 (0)
Please sign in to comment.