mirror of https://codeberg.org/pzp/pzp-keypair.git
improve build script
This commit is contained in:
parent
8e026c9028
commit
426d2b4535
|
@ -38,7 +38,7 @@
|
|||
"typescript": "^5.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rm lib/**/*.d.ts && tsc",
|
||||
"build": "rm -f lib/**/*.d.ts && tsc",
|
||||
"test": "node --test",
|
||||
"format-code": "prettier --write \"*.js\" \"(test|lib)/*.js\"",
|
||||
"format-code-staged": "pretty-quick --staged --pattern \"*.js\" --pattern \"(test|lib)/*.js\"",
|
||||
|
|
Loading…
Reference in New Issue