Skip to content

Commit

Permalink
feat: cria npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrielBento committed Dec 2, 2022
1 parent 16887b8 commit 8fbd4ea
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 @@ -6,7 +6,8 @@
"scripts": {
"build": "ncc build index.js -o dist",
"test": "jest --config=jest.config.js",
"lint": "eslint --fix ."
"lint": "eslint --fix .",
"all": "eslint --fix . && jest --config=jest.config.js && ncc build index.js -o dist"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit 8fbd4ea

Please sign in to comment.