Skip to content

Commit

Permalink
Ajustes no empacotamento.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonelsanchesdasilva committed Feb 21, 2024
1 parent 1f87243 commit 599e6fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"registry": "https://registry.npmjs.org"
},
"scripts": {
"empacotar": "yarn rimraf ./dist && tsc && yarn copyfiles -V ./README.md ./dist",
"empacotar": "yarn rimraf ./dist && tsc && yarn copyfiles -V ./README.md ./dist && yarn copyfiles -V ./LICENSE ./dist",
"gerar-documentacao-tecnica": "typedoc --out docs index.ts",
"publicar-docs": "yarn gerar-documentacao-tecnica && copyfiles -V ./recursos/**/* ./docs && gh-pages -d docs",
"publicar-npm": "npm publish ./dist --access public",
Expand Down

0 comments on commit 599e6fd

Please sign in to comment.