Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix comments import; standardizes npm scripts #1

Merged
merged 4 commits into from May 9, 2019

Conversation

betafcc
Copy link
Contributor

@betafcc betafcc commented May 9, 2019

A importação nos exemplos dos comentários estão incorretas, também, o snippet não é reconhecido como exemplo, provavelmente pela incompatibilidade entre JSDOC e TypeDOC

ref: TypeStrong/typedoc#135 (comment)

@betafcc
Copy link
Contributor Author

betafcc commented May 9, 2019

Também:

Fiz o npm clean usar rimraf ao invés de find pra ser cross-os.

Mudei o prepack para prepare. Motivo:
O prepack usa npm run build, mas o build precisa das devDependencies, que não são instaladas nos dependentes desse package, pra fazer elas serem instaladas antes de rodar o build, pode usar o prepare. Agora é possível até instalar direto do repositório git, sem ter que manter os arquivos compilados nele, o dependente que fizer npm install ssh+git://git@github.com:bipbop/bipbop-webservice.git, vai ter o hook do prepare que vai rodar após devDependencies serem instaladas

@betafcc betafcc changed the title Fix comments import Fix comments import; standardizes npm scripts May 9, 2019
@helsinque helsinque merged commit 234aa0b into jusbrasil:master May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants