fix: update package.json script

This commit is contained in:
Peter Cardenas 2025-03-16 19:36:19 -07:00
parent 7c1eafd953
commit 211ece2d94
No known key found for this signature in database
GPG key ID: 3F72404517E2E286

View file

@ -7,7 +7,7 @@
"surfer": "./dist/index.js"
},
"scripts": {
"prepare": "npm run build",
"prepare": "pnpm run build",
"test": "jest",
"test:dev": "jest --watch",
"build": "tsc && chmod +x ./dist/index.js && cp src/commands/license-check.txt dist/commands/license-check.txt",