fix clean-check script

This commit is contained in:
Andre Staltz 2023-07-07 19:22:26 +03:00
parent 109f65e39f
commit 61ef442057
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
"typescript": "^5.0.2" "typescript": "^5.0.2"
}, },
"scripts": { "scripts": {
"clean-check": "npm run --build --clean", "clean-check": "tsc --build --clean",
"prepublishOnly": "npm run clean-check && tsc --build", "prepublishOnly": "npm run clean-check && tsc --build",
"postpublish": "npm run clean-check", "postpublish": "npm run clean-check",
"test": "npm run clean-check && node --test", "test": "npm run clean-check && node --test",