File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 72
72
"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" ,
73
73
"docs" : " yarn run docs:cp_defs; yarn typedoc --ignoreCompilerErrors --mode modules --json docs/js_ref_dsl_docs.json --includeDeclarations source" ,
74
74
"dts-lint" : " yarn run declarations && yarn dtslint types" ,
75
- "danger:prepush" : " yarn build:fast; yarn test:fixtures; node distribution/commands/danger.js local --base main --dangerfile dangerfile.lite.ts"
75
+ "danger:prepush" : " yarn build:fast && yarn test:fixtures && node distribution/commands/danger.js local --base main --dangerfile dangerfile.lite.ts"
76
76
},
77
77
"repository" : {
78
78
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments