This repository was archived by the owner on Apr 30, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-37
lines changed Expand file tree Collapse file tree 2 files changed +5
-37
lines changed Original file line number Diff line number Diff line change 38
38
"report-coverage" : " cat ./coverage/lcov.info | node_modules/.bin/codecov" ,
39
39
"code-checks" : " eslint src/" ,
40
40
"commit" : " git-cz" ,
41
- "publish:latest" : " with-package scripts/publish-latest.sh pkg.version" ,
42
- "semantic-release" : " semantic-release pre && npm run build && npm publish && npm run publish:latest && semantic-release post"
41
+ "prepublish" : " npm run build" ,
42
+ "postpublish" :
" publish-latest --user-email [email protected] --user-name formly-bot" ,
43
+ "semantic-release" : " semantic-release pre && npm publish && semantic-release post"
43
44
},
44
45
"betterScripts" : {
45
46
"build:dist" : {
83
84
},
84
85
"config" : {
85
86
"ghooks" : {
86
- "commit-msg" : " ./node_modules/.bin/validate-commit-msg && npm run code-checks && npm run test && npm run check-coverage"
87
+ "commit-msg" : " ./node_modules/.bin/validate-commit-msg && npm run code-checks && npm t && npm run check-coverage"
87
88
}
88
89
},
89
90
"description" : " AngularJS directive which takes JSON representing a form and renders to HTML" ,
127
128
"ng-annotate" : " 1.0.2" ,
128
129
"ng-annotate-loader" : " 0.0.10" ,
129
130
"node-libs-browser" : " 0.5.2" ,
131
+ "publish-latest" : " 1.0.2" ,
130
132
"raw-loader" : " 0.5.1" ,
131
133
"semantic-release" : " ^4.3.4" ,
132
134
"sinon" : " 1.16.1" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments