File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 71
71
"docs:cp_defs" : " mkdir docs/docs_generate; cp source/danger.d.ts docs/docs_generate; cp node_modules/@octokit/rest/index.d.ts docs/docs_generate/github.d.ts" ,
72
72
"docs" : " yarn run docs:cp_defs; yarn typedoc --ignoreCompilerErrors --mode modules --json docs/js_ref_dsl_docs.json --includeDeclarations source" ,
73
73
"dts-lint" : " yarn run declarations && yarn dtslint types" ,
74
- "danger:prepush" : " yarn build:fast; yarn test:fixtures; node distribution/commands/danger.js local --base main --dangerfile dangerfile.lite.ts"
74
+ "danger:local" : " node distribution/commands/danger.js local --base main --dangerfile dangerfile.lite.ts" ,
75
+ "danger:prepush" : " npm-run-all build:fast test:fixtures danger:local"
75
76
},
76
77
"repository" : {
77
78
"type" : " git" ,
133
134
"lint-staged" : " ^7.3.0" ,
134
135
"madge" : " ^3.2.0" ,
135
136
"nock" : " ^10.0.6" ,
137
+ "npm-run-all" : " ^4.1.5" ,
136
138
"pkg" : " ^4.4.2" ,
137
139
"prettier" : " ^2.5.1" ,
138
140
"release-it" : " ^13.5.2" ,
You can’t perform that action at this time.
0 commit comments