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 7373 "doc" : " run-s doc:html && open-cli build/docs/index.html" ,
7474 "doc:html" : " typedoc src/ --exclude **/*.spec.ts --target ES6 --exclude src/lib/Queue.ts --excludePrivate --excludeNotExported --out build/docs" ,
7575 "doc:json" : " typedoc src/ --exclude **/*.spec.ts --target ES6 --mode file --json build/docs/typedoc.json" ,
76- "doc:publish" : " touch build/docs/.nojekyll && gh-pages -m \" [ci skip] Updates\" -d build/docs -t" ,
76+ "doc:publish" : " touch build/docs/.nojekyll && gh-pages -m \" [ci skip] Updates\" -d build/docs -t -r https://github.com/grimmer0125/d4c-queue.git " ,
7777 "version" : " standard-version" ,
7878 "reset-hard" : " git clean -dfx && git reset --hard && yarn" ,
7979 "prepare-release" : " run-s reset-hard test cov:check doc:html version doc:publish"
You can’t perform that action at this time.
0 commit comments