mirror of https://codeberg.org/pzp/pzp-keypair.git
fix clean-check script
This commit is contained in:
parent
109f65e39f
commit
61ef442057
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue