Skip to content

Commit

Permalink
fix tsc in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelDarley committed Jun 25, 2024
1 parent d6318f0 commit e9aed5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
},
"scripts": {
"artifacts": "node move_artifacts.js",
"build": "napi build --platform --release && bash ./fix-deps.sh && tsc",
"build:debug": "napi build --platform && bash ./fix-deps.sh && tsc",
"build": "napi build --platform --release && bash ./fix-deps.sh && npx tsc",
"build:debug": "napi build --platform && bash ./fix-deps.sh && npx tsc",
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"universal": "napi universal",
"version": "napi version"
},
"packageManager": "[email protected]"
}
}

0 comments on commit e9aed5a

Please sign in to comment.