File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
22
"types" : " tsc -p ./types/test/tsconfig.json" ,
23
23
"unit" : " jest" ,
24
24
"dev" : " npm run unit -- --watchAll" ,
25
- "prepublishOnly " : " npm run build" ,
25
+ "postversion " : " npm run build" ,
26
26
"release" : " release-it pre --preReleaseId=alpha --npm.tag=next --github.preRelease"
27
27
},
28
28
"repository" : {
Original file line number Diff line number Diff line change 20
20
"test:unit" : " ava" ,
21
21
"test:coverage" : " nyc npm run test:unit" ,
22
22
"dev:test" : " npm run test:unit -- --watch" ,
23
- "prepublishOnly" : " npm run build" ,
24
- "build" : " node --eval 'require(\" @posva/vuefire-bundler\" )(\" Vuexfire\" )'" ,
25
- "release" : " release-it pre --preReleaseId=alpha --npm.tag=next --github.preRelease"
23
+ "postversion" : " npm run build" ,
24
+ "build" : " node --eval 'require(\" @posva/vuefire-bundler\" )(\" Vuexfire\" )'"
26
25
},
27
26
"repository" : {
28
27
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments