Skip to content

Commit

Permalink
Merge pull request #51 from retejs/new-linter
Browse files Browse the repository at this point in the history
fix: build
  • Loading branch information
Ni55aN authored Aug 30, 2024
2 parents cd07666 + c307e83 commit 89e2785
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"rete-kit": "./bin/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"build": "tsc -p tsconfig.build.json",
"dev": "tsc --watch -p tsconfig.build.json",
"lint": "rete lint",
"test": "rete test"
},
Expand Down
4 changes: 4 additions & 0 deletions tsconfig.build.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": "./tsconfig.json",
"include": ["src"],
}

0 comments on commit 89e2785

Please sign in to comment.