Skip to content

Commit d4ee129

Browse files
committed
build: refactor scritps order
1 parent 7ee4704 commit d4ee129

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/vuefire/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
],
1717
"scripts": {
1818
"lint": "eslint --color --ext=js,html src test examples",
19-
"build": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuefire\")'",
2019
"pretest": "npm run lint",
2120
"test": "npm run unit && npm run types",
2221
"types": "tsc -p ./types/test/tsconfig.json",
2322
"unit": "jest",
2423
"dev": "npm run unit -- --watchAll",
24+
"build": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuefire\")'",
2525
"postversion": "npm run build"
2626
},
2727
"repository": {

packages/vuexfire/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"test:unit": "jest",
2222
"dev": "npm run test:unit -- --watchAll",
2323
"types": "tsc -p ./types/test/tsconfig.json",
24-
"postversion": "npm run build",
25-
"build": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuexfire\")'"
24+
"build": "node --eval 'require(\"@posva/vuefire-bundler\")(\"Vuexfire\")'",
25+
"postversion": "npm run build"
2626
},
2727
"repository": {
2828
"type": "git",

0 commit comments

Comments
 (0)