Skip to content

Commit

Permalink
removed key file
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jan 9, 2023
1 parent c804785 commit 87d7a40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .tagoio/personal.env

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
],
"scripts": {
"start": "node -r @swc-node/register ./src/index.ts",
"build": "tsc --build",
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rm -rf ./out; tsc --build",
"linter": "eslint .",
"test": "jest"
},
"bin": {
"tagoio": "./build/index.js"
Expand Down

0 comments on commit 87d7a40

Please sign in to comment.