Skip to content

Commit 5643e69

Browse files
committed
🔧 Update release config
1 parent 85733b1 commit 5643e69

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

‎packages/vuexfire/.release.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"buildCommand": "npm run build",
2+
"src": {
3+
"tagName": "v%s",
4+
"commitMessage": "🔖 %s",
5+
},
36
"github": {
47
"release": true,
58
"releaseName": "🚀 Release %s",
@@ -8,9 +11,5 @@
811
"npm": {
912
"publish": true
1013
},
11-
"src": {
12-
"commitMessage": "🔖 %s",
13-
"tagName": "v%s"
14-
},
1514
"changelogCommand": "git log --pretty=format:'* %s (%h)' [REV_RANGE]"
1615
}

‎packages/vuexfire/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "vuexfire",
33
"version": "3.0.0-alpha.0",
4-
"description": "Opinionated firebase binding for vuex",
5-
"main": "dist/vuexfire.common.js",
6-
"module": "dist/vuexfire.esm.js",
4+
"description": "Firestore binding for Vuex",
5+
"main": "dist/vuexfire.cjs.js",
6+
"module": "dist/vuexfire.es.js",
77
"unpkg": "dist/vuexfire.js",
88
"browser": "dist/vuexfire.js",
99
"files": [
@@ -21,8 +21,8 @@
2121
"test:coverage": "nyc yon run test:unit",
2222
"dev:test": "yon run test:unit -- --watch",
2323
"prebuild": "rimraf dist",
24-
"build": "node build/build.js",
25-
"preversion": "yon run build",
24+
"prepublishOnly": "npm run build",
25+
"build": "rollit",
2626
"watch": "npm-watch"
2727
},
2828
"watch": {

0 commit comments

Comments
 (0)