Skip to content

Commit

Permalink
Atualiza package.json - scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeBeck committed Feb 7, 2020
1 parent 5cbb950 commit 041b006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@
"license": "MIT",
"private": false,
"scripts": {
"clear": "rm -rf ./app",
"test": "jest --coverage",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"build": "tsc && cp package.json README.md app",
"build": "yarn clear && tsc && cp package.json README.md app",
"doc": "typedoc --options typedoc.json"
},
"dependencies": {
Expand Down

0 comments on commit 041b006

Please sign in to comment.