File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 105
105
"release:patch" : " npm run preversion && standard-version --release-as patch && npm run postversion" ,
106
106
"release:minor" : " npm run preversion && standard-version --release-as minor && npm run postversion" ,
107
107
"release:major" : " npm run preversion && standard-version --release-as major && npm run postversion" ,
108
- "deps:prod:latest" : " npm i -P @conjoon/extjs-dev-webmailsim@latest @coon-js/extjs-app-user@latest @coon-js/extjs-comp-navport@latest @coon-js/extjs-lib-comp@latest @coon-js/extjs-lib-core @l8js/l8@latest"
108
+ "deps:prod:latest" : " npm i -P @conjoon/extjs-dev-webmailsim@latest @coon-js/extjs-app-user@latest @coon-js/extjs-comp-navport@latest @coon-js/extjs-lib-comp@latest @coon-js/extjs-lib-core @l8js/l8@latest" ,
109
+ "update:package.json" : " node bin/updatePackageJson.mjs"
110
+ },
111
+ "standard-version" : {
112
+ "scripts" : {
113
+ "postbump" : " npm run update:package.json"
114
+ }
109
115
},
110
116
"repository" : {
111
117
"type" : " git" ,
128
134
"url" : " https://github.com/conjoon/extjs-app-webmail/issues"
129
135
},
130
136
"homepage" : " https://github.com/conjoon/extjs-app-webmail#readme"
131
- }
137
+ }
You can’t perform that action at this time.
0 commit comments