Skip to content

Commit

Permalink
chore: add --skipIgnore in ts-node
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 31, 2023
1 parent f5a23af commit bc41c97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions terra-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agoraio-extensions/terra-core",
"version": "0.1.4",
"main": "./src/index",
"version": "0.1.5",
"main": "./src/index.ts",
"scripts": {
"build": "tsc",
"test": "jest --coverage"
Expand All @@ -17,4 +17,4 @@
},
"homepage": "https://github.com/AgoraIO-Extensions/terra#readme",
"description": ""
}
}
2 changes: 1 addition & 1 deletion terra/bin/terra
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env ts-node -T
#!/usr/bin/env ts-node -T --skipIgnore
require('../src/bin');
6 changes: 3 additions & 3 deletions terra/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@agoraio-extensions/terra",
"version": "0.1.4",
"main": "./src/index",
"version": "0.1.5",
"main": "./src/index.ts",
"bin": {
"terra": "./bin/terra"
},
Expand Down Expand Up @@ -30,4 +30,4 @@
},
"homepage": "https://github.com/AgoraIO-Extensions/terra#readme",
"description": ""
}
}

0 comments on commit bc41c97

Please sign in to comment.