This commit is contained in:
Quentin 2025-02-22 21:20:09 +01:00
parent 2922250364
commit ccf48bbd72
Signed by: quentin
GPG key ID: E9602264D639FF68

View file

@ -10,7 +10,7 @@
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"build": "npx tsc",
"prepare": "npm run build"
},
"devDependencies": {