File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 "docs" : " npm run docs:build && npm run docs:prepare && npm run docs:deploy" ,
2323 "docs:build" : " gulp docs" ,
2424 "docs:prepare" : " cp -r docs/Hologram/tests/* docs/build && rsync -avh docs/SassDoc/ docs/build && rm -rf docs/build/sass && rm -rf docs/build/js" ,
25- "docs:deploy" : " git add docs/build && git commit -m 'Compile documentation' --allow-empty && git push origin :gh-pages && git subtree push --prefix docs/build origin gh-pages && echo 'Documentation successfully deployed'" ,
25+ "docs:deploy" : " git add docs/build && git commit -m 'chore: compile documentation' --allow-empty && git push origin :gh-pages && git subtree push --prefix docs/build origin gh-pages && echo 'Documentation successfully deployed'" ,
2626 "prepublishOnly" : " gulp translate" ,
2727 "test" : " gulp lints"
2828 },
You can’t perform that action at this time.
0 commit comments