File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
],
17
17
"scripts" : {
18
18
"lint" : " eslint --color --ext=js,html src test examples" ,
19
- "build" : " node --eval 'require(\" @posva/vuefire-bundler\" )(\" Vuefire\" )'" ,
20
19
"pretest" : " npm run lint" ,
21
20
"test" : " npm run unit && npm run types" ,
22
21
"types" : " tsc -p ./types/test/tsconfig.json" ,
23
22
"unit" : " jest" ,
24
23
"dev" : " npm run unit -- --watchAll" ,
24
+ "build" : " node --eval 'require(\" @posva/vuefire-bundler\" )(\" Vuefire\" )'" ,
25
25
"postversion" : " npm run build"
26
26
},
27
27
"repository" : {
Original file line number Diff line number Diff line change 21
21
"test:unit" : " jest" ,
22
22
"dev" : " npm run test:unit -- --watchAll" ,
23
23
"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 "
26
26
},
27
27
"repository" : {
28
28
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments