1010 "copy:static" : " copyfiles --up 1 ./src/**/*.hbs ./dist/" ,
1111 "copy:plugin" : " copyfiles package.json './dist/**/*' node_modules/typedoc-plugin-markdown/" ,
1212 "mocks" : " npm run mocks:github && npm run mocks:bitbucket && npm run mocks:gitbook" ,
13- "mocks:github" : " typedoc ./tests /src --out ./tests/out/github --theme markdown --gitRevision master --media tests /src/media/ --includes tests/src/inc/" ,
14- "mocks:bitbucket" : " typedoc ./tests /src --out ./tests/out/bitbucket --theme markdown --gitRevision master --media tests /src/media/ --includes tests /src/inc/ --excludePrivate --readme none --mode file --mdFlavour bitbucket --mdSourceRepo 'https://bitbucket.org/owner/repository_name'" ,
15- "mocks:gitbook" : " typedoc ./tests /src --out ./tests/out/gitbook --theme markdown --gitRevision master --mdFlavour gitbook --media tests /src/media/ --includes tests /src/inc/" ,
16- "mocks:html" : " typedoc --out tests /out/html tests --media tests/src/media/ --includes tests /src/inc/" ,
13+ "mocks:github" : " typedoc ./test /src --out ./tests/out/github --theme markdown --gitRevision master --media test /src/media/ --includes tests/src/inc/" ,
14+ "mocks:bitbucket" : " typedoc ./test /src --out ./tests/out/bitbucket --theme markdown --gitRevision master --media test /src/media/ --includes test /src/inc/ --excludePrivate --readme none --mode file --mdFlavour bitbucket --mdSourceRepo 'https://bitbucket.org/owner/repository_name'" ,
15+ "mocks:gitbook" : " typedoc ./test /src --out ./tests/out/gitbook --theme markdown --gitRevision master --mdFlavour gitbook --media test /src/media/ --includes test /src/inc/" ,
16+ "mocks:html" : " typedoc --out test /out/html tests --media tests/src/media/ --includes test /src/inc/" ,
1717 "lint" : " tslint --project ./src/tsconfig.json" ,
1818 "prepare" : " rm -rf dist && tsc -p ./src/tsconfig.json && npm run copy:static" ,
1919 "prepublishOnly" : " npm run prepare && npm run lint && npm run test" ,
2020 "pretest" : " rm -rf tests/out && rm -rf node_modules/typedoc-plugin-markdown && npm run copy:plugin && npm run mocks" ,
21- "test" : " mocha tests/index .js"
21+ "test" : " mocha test/test .js"
2222 },
2323 "author" : " Thomas Grey" ,
2424 "license" : " MIT" ,
5959 " typescript"
6060 ]
6161 }
62- }
62+ }
0 commit comments